Searched defs:ucs4 (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/tests/
H A Dconvert-test.c141 const gunichar *ucs4,
159 g_assert (result[i] == ucs4[i]);
195 g_assert (result[i] == ucs4[i]);
215 g_assert (result[i] == ucs4[i]);
220 g_assert (result3[i] == ucs4[i]);
228 check_ucs4_to_utf8 (const gunichar *ucs4, argument
240 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error);
242 if (ucs4[ucs4_len] == 0)
246 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2);
261 result3 = g_ucs4_to_utf8 (ucs4, ucs4_le
139 check_utf8_to_ucs4(const char *utf8, glong utf8_len, const gunichar *ucs4, glong ucs4_len, glong error_pos) argument
440 check_ucs4_to_utf16(const gunichar *ucs4, glong ucs4_len, const gunichar2 *utf16, glong utf16_len, glong error_pos) argument
508 check_utf16_to_ucs4(const gunichar2 *utf16, glong utf16_len, const gunichar *ucs4, glong ucs4_len, glong error_pos) argument
587 gunichar ucs4[100]; local
[all...]
H A Dunicode-encoding.c84 gunichar *ucs4,
145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message);
149 if (!ucs4_equal (ucs4_result, ucs4) ||
153 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
161 if (!ucs4_equal (ucs4_result, ucs4) ||
164 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
246 if (!(utf16_from_ucs4 = g_ucs4_to_utf16 (ucs4, -1, &items_read, &items_written, &error)))
281 fail ("line %d: conversion back to utf8/ucs4 failed\n", line);
288 fail ("line %d: length error in conversion from ucs16 to ucs4\n", line);
293 !ucs4_equal (ucs4, ucs4_resul
81 process(gint line, gchar *utf8, Status status, gunichar *ucs4, gint ucs4_len) argument
321 GArray *ucs4; local
[all...]
/external/chromium/base/i18n/
H A Dfile_util_icu.cc28 bool contains(UChar32 ucs4) { argument
29 return !!set->contains(ucs4);
71 // to check |ucs4 & 0xFFFEu == 0xFFFEu|, in addiition to calling
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp196 UScriptCode getScriptBasedOnUnicodeBlock(int ucs4) argument
198 UBlockCode block = ublock_getCode(ucs4);
227 UScriptCode getScript(int ucs4) argument
230 UScriptCode script = uscript_getScript(ucs4, &err);
234 script = getScriptBasedOnUnicodeBlock(ucs4);
340 UChar32 ucs4 = 0; local
342 U16_NEXT(characters, i, length, ucs4);
343 script = getScript(ucs4);
350 if (0xFF00 < ucs4 && ucs4 <
[all...]
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimeglob.c378 xdg_unichar_t *ucs4; local

Completed in 96 milliseconds