Home
last modified time | relevance | path

Searched defs:unicode_char (Results 1 – 4 of 4) sorted by relevance

/third_party/python/PC/
Dmsvcrtmodule.c330 msvcrt_putwch_impl(PyObject *module, int unicode_char) in msvcrt_putwch_impl()
378 msvcrt_ungetwch_impl(PyObject *module, int unicode_char) in msvcrt_ungetwch_impl()
/third_party/python/PC/clinic/
Dmsvcrtmodule.c.h373 int unicode_char; in msvcrt_putwch() local
447 int unicode_char; in msvcrt_ungetwch() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc204 char32 ToUnicodeCodepoint(const char* unicode_char) { in ToUnicodeCodepoint()
338 char unicode_char[5]; in NormalizeHelper() local
/third_party/python/Objects/
Dunicodeobject.c2171 unicode_char(Py_UCS4 ch) in unicode_char() function