Searched refs:ucs2 (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 205 const UChar *ucs2, in u_austrncpy() argument 216 &ucs2, in u_austrncpy() 217 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy() 237 const UChar *ucs2 ) in u_austrcpy() argument 245 ucs2, in u_austrcpy()
|
/external/python/cpython2/Tools/gdb/ |
D | libpython.py | 1129 ucs2 = int(field_str[i]) 1130 if ucs2 < 0xDC00 or ucs2 > 0xDFFF: 1133 code |= ucs2 & 0x03FF
|
/external/python/cpython3/Tools/gdb/ |
D | libpython.py | 1233 ucs2 = int(field_str[i]) 1234 if ucs2 < 0xDC00 or ucs2 > 0xDFFF: 1237 code |= ucs2 & 0x03FF
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 353 Py_UCS2 *ucs2; member
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1966 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local 1969 for (; str < end; ++ucs2, ++str) in unicode_write_cstr() 1970 *ucs2 = (Py_UCS2)*str; in unicode_write_cstr() 1972 assert((ucs2 - start) <= PyUnicode_GET_LENGTH(unicode)); in unicode_write_cstr() 12542 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local 12544 ucs2[n] = fill_char; in unicode_repeat()
|
/external/python/cpython2/ |
D | configure.ac | 4168 …_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is ucs2)]), 4178 *) enable_unicode="ucs2" 4186 ucs2) unicode_size="2" 4193 *) AC_MSG_ERROR([invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase).]) ;;
|
D | configure | 1485 Enable Unicode strings (default is ucs2) 13580 ucs2) unicode_size="2"
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 457 int32_t u_strncmp_android(const UChar * ucs1, const UChar * ucs2, int32_t n) { in u_strncmp_android() argument 458 return u_strncmp(ucs1, ucs2, n); in u_strncmp_android()
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 792 via ``--enable-unicode=ucs2`` or ``--enable-unicode=ucs4``, with the
|
/external/python/cpython2/Misc/ |
D | HISTORY | 7074 ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
|
/external/python/cpython3/Misc/ |
D | HISTORY | 24453 ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
|