Home
last modified time | relevance | path

Searched defs:ucs4 (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/i18n/
Dfile_util_icu.cc37 bool DisallowedEverywhere(UChar32 ucs4) { in DisallowedEverywhere()
41 bool DisallowedLeadingOrTrailing(UChar32 ucs4) { in DisallowedLeadingOrTrailing()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h242 Py_UCS4 *ucs4; member
/external/python/cpython3/Objects/
Dunicodeobject.c2133 Py_UCS4 *ucs4 = start; in unicode_write_cstr() local
13092 Py_UCS4 *ucs4 = PyUnicode_4BYTE_DATA(u); in unicode_repeat() local