Home
last modified time | relevance | path

Searched refs:unicode_to_encoded_string (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-utils.c94 unicode_to_encoded_string (PyObject *unicode_str, const char *charset) in unicode_to_encoded_string() function
134 return unicode_to_encoded_string (unicode_str, in unicode_to_target_string()
202 result = unicode_to_encoded_string (str, host_charset ()); in python_string_to_host_string()