Home
last modified time | relevance | path

Searched refs:g_unichar_to_utf8 (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/glib/
Dguniprop.c771 len += g_unichar_to_utf8 (c, out_buffer ? out_buffer + len : NULL); in output_marks()
843 len += g_unichar_to_utf8 (g_unichar_toupper (decomp[i]), out_buffer ? out_buffer + len : NULL); in real_toupper()
860 len += g_unichar_to_utf8 (0x130, out_buffer ? out_buffer + len : NULL); in real_toupper()
870 len += g_unichar_to_utf8 (0x399, out_buffer ? out_buffer + len : NULL); in real_toupper()
902 len += g_unichar_to_utf8 (val ? val : c, out_buffer ? out_buffer + len : NULL); in real_toupper()
1003 len += g_unichar_to_utf8 (0x0069, out_buffer ? out_buffer + len : NULL); in real_tolower()
1009 len += g_unichar_to_utf8 (0x131, out_buffer ? out_buffer + len : NULL); in real_tolower()
1017 len += g_unichar_to_utf8 (0x0069, out_buffer ? out_buffer + len : NULL); in real_tolower()
1018 len += g_unichar_to_utf8 (0x0307, out_buffer ? out_buffer + len : NULL); in real_tolower()
1023 len += g_unichar_to_utf8 (0x0300, out_buffer ? out_buffer + len : NULL); in real_tolower()
[all …]
Dgutf8.c593 g_unichar_to_utf8 (gunichar c, in g_unichar_to_utf8() function
666 gint charlen = g_unichar_to_utf8 (c, ch); in g_utf8_strchr()
694 gint charlen = g_unichar_to_utf8 (c, ch); in g_utf8_strrchr()
1062 p += g_unichar_to_utf8 (str[i++], p); in g_ucs4_to_utf8()
1207 out += g_unichar_to_utf8 (wc, out); in g_utf16_to_utf8()
Dgunicode.h349 gint g_unichar_to_utf8 (gunichar c,
Dgiochannel.c2359 char_len = g_unichar_to_utf8 (thechar, static_buf); in g_io_channel_write_unichar()
Dgaliasdef.c3569 #undef g_unichar_to_utf8
3570 extern __typeof (g_unichar_to_utf8) g_unichar_to_utf8 __attribute((alias("IA__g_unichar_to_utf8"), …
Dgalias.h3558 extern __typeof (g_unichar_to_utf8) IA__g_unichar_to_utf8 __attribute((visibility("hidden")));
3559 #define g_unichar_to_utf8 IA__g_unichar_to_utf8 macro
/external/webkit/Source/WebCore/platform/graphics/pango/
DGlyphPageTreeNodePango.cpp45 gint length = g_unichar_to_utf8(wc, buffer); in pango_font_get_glyph()
/external/bluetooth/glib/tests/
Dmarkup-escape-test.c36 len = g_unichar_to_utf8 (c, outbuf); in test_unichar()
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dnon-kerned-drawing.cpp155 gint length = g_unichar_to_utf8(wc, buffer); in pango_font_get_glyph()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2506 g_unichar_to_utf8
/external/bluetooth/glib/
DChangeLog.pre-2-41230 and output_marks, and make them work more like g_unichar_to_utf8,
DChangeLog.pre-2-05199 * gutf8.c (g_unichar_to_utf8): Allow outbuf to be NULL, in