Home
last modified time | relevance | path

Searched refs:ucs4 (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/glib/tests/
Dconvert.c142 const gunichar *ucs4, in check_utf8_to_ucs4() argument
160 g_assert (result[i] == ucs4[i]); in check_utf8_to_ucs4()
196 g_assert (result[i] == ucs4[i]); in check_utf8_to_ucs4()
217 g_assert (result[i] == ucs4[i]); in check_utf8_to_ucs4()
222 g_assert (result3[i] == ucs4[i]); in check_utf8_to_ucs4()
230 check_ucs4_to_utf8 (const gunichar *ucs4, in check_ucs4_to_utf8() argument
242 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error); in check_ucs4_to_utf8()
244 if (ucs4[ucs4_len] == 0) in check_ucs4_to_utf8()
248 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2); in check_ucs4_to_utf8()
263 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3); in check_ucs4_to_utf8()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesticonv.c46 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/glib/tests/
Dunicode-encoding.c83 print_ucs4 (const gchar *prefix, gunichar *ucs4, gint ucs4_len) in print_ucs4() argument
88 g_print ("%x ", ucs4[i]); in print_ucs4()
96 gunichar *ucs4, in process() argument
160 if (!ucs4_equal (ucs4_result, ucs4) || in process()
165 print_ucs4 ("expected: ", ucs4, ucs4_len); in process()
180 if (!ucs4_equal (ucs4_result, ucs4) || in process()
184 print_ucs4 ("expected: ", ucs4, ucs4_len); in process()
267 if (!(utf16_from_ucs4 = g_ucs4_to_utf16 (ucs4, -1, &items_read, &items_written, &error))) in process()
314 !ucs4_equal (ucs4, ucs4_result)) in process()
341 GArray *ucs4; in main() local
[all …]
/third_party/boost/boost/spirit/home/support/
Dchar_class.hpp91 struct ucs4 { BOOST_SPIRIT_IS_TAG() }; struct
530 to(tag::ucs4, Char ch) in to()
571 BOOST_SPIRIT_CLASSIFY_WHAT(ucs4, "ucs4")
/third_party/gettext/gnulib-local/lib/
DChangeLog.0224 * ucs4-utf8.h (u8_uctomb_aux, u8_uctomb): Likewise.
225 * ucs4-utf16.h (u16_uctomb_aux, u16_uctomb): Likewise.
227 * utf8-ucs4.h (u8_mbtouc_aux, u8_mbtouc): Likewise.
228 * utf16-ucs4.h (u16_mbtouc_aux, u16_mbtouc): Likewise.
458 * utf8-ucs4.h (u8_mbtouc_aux): Stricter range checking.
481 * ucs4-utf8.h: New file.
482 * ucs4-utf16.h: New file.
999 * utf8-ucs4.h: New file, extracted from linebreak.c.
1000 * utf16-ucs4.h: New file, extracted from linebreak.c.
1001 * linebreak.c (u8_mbtouc_aux, u8_mbtouc): Moved to utf8-ucs4.h.
[all …]
/third_party/python/Include/cpython/
Dunicodeobject.h242 Py_UCS4 *ucs4; member
/third_party/gettext/
DChangeLog.1665 GNULIB_MODULES_LIBGETTEXTPO): Replace ucs4-utf8, utf8-ucs4, utf16-ucs4
/third_party/gettext/gettext-tools/src/
DChangeLog.12950 * po-lex.c: Include unistr.h instead of utf8-ucs4.h.
2951 * read-properties.c: Include unistr.h instead of utf16-ucs4.h,
2952 ucs4-utf8.h.
2954 * read-stringtable.c: Include unistr.h instead of utf8-ucs4.h,
2955 ucs4-utf8.h.
2957 * write-csharp.c: Include unistr.h instead of utf8-ucs4.h.
2963 * x-python.c: Include unistr.h instead of utf8-ucs4.h, utf16-ucs4.h,
2964 ucs4-utf8.h.
2965 * x-tcl.c: Include unistr.h instead of ucs4-utf8.h.
5153 c-ctype.h, utf8-ucs4.h.
DChangeLog.02614 * po-lex.c: Include linebreak.h and utf8-ucs4.h.
/third_party/python/Objects/
Dunicodeobject.c2133 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/gettext/gnulib-local/
DChangeLog.0375 * modules/html-ostream (Depends-on): Remove utf8-ucs4. Instead add
748 * lib/html-ostream.oo.c: Include unistr.h instead of utf8-ucs4.h.
/third_party/python/Doc/whatsnew/
D2.2.rst782 supplying :option:`!--enable-unicode=ucs4` to the configure script. (It's also
/third_party/glib/
DNEWS1602 - #872 ucs4 functions have wrong return transfer
4034 * utf8 validation and utf8-to-ucs4 conversion are faster
/third_party/freetype/
DChangeLog.218840 * src/sfnt/sfobjs.c (tt_name_entry_ascii_from_{utf16,ucs4,other}:
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.218840 * src/sfnt/sfobjs.c (tt_name_entry_ascii_from_{utf16,ucs4,other}:
/third_party/python/Misc/
DHISTORY24453 ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode