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

  /external/bluetooth/glib/tests/
convert-test.c 453 result = g_ucs4_to_utf16 (ucs4, ucs4_len, &items_read, &items_written, &error);
459 result2 = g_ucs4_to_utf16 (ucs4, -1, &items_read2, &items_written2, &error2);
475 result3 = g_ucs4_to_utf16 (ucs4, -1, NULL, NULL, &error3);
unicode-encoding.c 246 if (!(utf16_from_ucs4 = g_ucs4_to_utf16 (ucs4, -1, &items_read, &items_written, &error)))
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 533 gunichar2* uchar16 = g_ucs4_to_utf16(&c, 1, 0, &nwc, 0);
PopupMenuGtk.cpp 163 GOwnPtr<gunichar2> utf16String(g_ucs4_to_utf16(&unicodeCharacter, 1, 0, &charactersWritten, 0));
  /external/bluetooth/glib/glib/
gunicode.h 334 gunichar2 *g_ucs4_to_utf16 (const gunichar *str,
gutf8.c 1510 g_ucs4_to_utf16 (const gunichar *str, function
    [all...]
galiasdef.c 3509 #undef g_ucs4_to_utf16 macro
    [all...]
galias.h 3499 #define g_ucs4_to_utf16 macro
    [all...]

Completed in 1236 milliseconds