HomeSort by: relevance | last modified time | path
    Searched defs:unicode_to_encoded_string (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-utils.c 63 unicode_to_encoded_string (PyObject *unicode_str, const char *charset) function in class:gdb
92 return (unicode_to_encoded_string
147 return unicode_to_encoded_string (str.get (), host_charset ());
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-utils.c 63 unicode_to_encoded_string (PyObject *unicode_str, const char *charset) function in class:gdb
92 return (unicode_to_encoded_string
147 return unicode_to_encoded_string (str.get (), host_charset ());

Completed in 22 milliseconds