Searched refs:g_utf8_pointer_to_offset (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/tests/
H A Dutf8-pointer.c52 g_assert (g_utf8_pointer_to_offset (p[i], p[j]) == j - i);
/external/bluetooth/glib/glib/
H A Dgunicode.h284 glong g_utf8_pointer_to_offset (const gchar *str,
H A Dgutf8.c330 offset += g_utf8_pointer_to_offset (s, s1);
338 * g_utf8_pointer_to_offset:
351 g_utf8_pointer_to_offset (const gchar *str, function
358 offset = - g_utf8_pointer_to_offset (pos, str);
H A Dgaliasdef.c3536 #undef g_utf8_pointer_to_offset macro
3537 extern __typeof (g_utf8_pointer_to_offset) g_utf8_pointer_to_offset __attribute((alias("IA__g_utf8_pointer_to_offset"), visibility("default")));
H A Dgalias.h3525 extern __typeof (g_utf8_pointer_to_offset) IA__g_utf8_pointer_to_offset __attribute((visibility("hidden")));
3526 #define g_utf8_pointer_to_offset IA__g_utf8_pointer_to_offset macro
/external/webkit/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp321 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index);

Completed in 139 milliseconds