HomeSort by relevance Sort by last modified time
    Searched refs:ucs4 (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/tests/
convert-test.c 141 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,
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_len, NULL, NULL, &error3)
587 gunichar ucs4[100]; local
    [all...]
unicode-encoding.c 84 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_result)
321 GArray *ucs4; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 196 UScriptCode getScriptBasedOnUnicodeBlock(int ucs4)
198 UBlockCode block = ublock_getCode(ucs4);
227 UScriptCode getScript(int ucs4)
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 < 0xFF5F
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 28 bool contains(UChar32 ucs4) {
29 return !!set->contains(ucs4);
71 // to check |ucs4 & 0xFFFEu == 0xFFFEu|, in addiition to calling
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 518 AddCharset UCS-4 .ucs4
apache2-httpd.conf 539 AddCharset UCS-4 .ucs4
apache2-msys-httpd.conf 540 AddCharset UCS-4 .ucs4
cygwin-httpd.conf 571 AddCharset UCS-4 .ucs4
fedora-httpd.conf 622 AddCharset UCS-4 .ucs4
httpd.conf 574 AddCharset UCS-4 .ucs4
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 378 xdg_unichar_t *ucs4; local
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 58 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4);

Completed in 130 milliseconds