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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 47 ucs4Result.set(g_utf8_to_ucs4_fast(utf8caseFolded.get(), -1, 0));
  /external/bluetooth/glib/glib/
gunicode.h 321 gunichar * g_utf8_to_ucs4_fast (const gchar *str,
gutf8.c 818 * g_utf8_to_ucs4_fast:
834 g_utf8_to_ucs4_fast (const gchar *str, function
    [all...]
galiasdef.c 3560 #undef g_utf8_to_ucs4_fast macro
    [all...]
galias.h 3550 #define g_utf8_to_ucs4_fast macro
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 159 ucs4_result = g_utf8_to_ucs4_fast (utf8, -1, &items_written);
convert-test.c 154 result = g_utf8_to_ucs4_fast (utf8, utf8_len, &items_written);

Completed in 45 milliseconds