Searched refs:ucs4 (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testiconv.c | 46 char *ucs4; in main() local 67 ucs4 = in main() 70 len = (widelen(ucs4) + 1) * 4; in main() 72 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len); in main() 74 if (!test[1] || SDL_memcmp(test[1], ucs4, len) != 0) { in main() 81 test[0] = SDL_iconv_string("UTF-8", "UCS-4", ucs4, len); in main() 82 SDL_free(ucs4); in main()
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 242 Py_UCS4 *ucs4; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 2133 Py_UCS4 *ucs4 = start; in unicode_write_cstr() local 2135 for (; str < end; ++ucs4, ++str) in unicode_write_cstr() 2136 *ucs4 = (Py_UCS4)*str; in unicode_write_cstr() 2138 assert((ucs4 - start) <= PyUnicode_GET_LENGTH(unicode)); in unicode_write_cstr() 13092 Py_UCS4 *ucs4 = PyUnicode_4BYTE_DATA(u); in unicode_repeat() local 13095 ucs4[n] = fill_char; in unicode_repeat()
|
/third_party/python/Doc/whatsnew/ |
D | 2.2.rst | 782 supplying :option:`!--enable-unicode=ucs4` to the configure script. (It's also
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 8840 * src/sfnt/sfobjs.c (tt_name_entry_ascii_from_{utf16,ucs4,other}:
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 8840 * src/sfnt/sfobjs.c (tt_name_entry_ascii_from_{utf16,ucs4,other}:
|
/third_party/python/Misc/ |
D | HISTORY | 24453 ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
|