Home
last modified time | relevance | path

Searched refs:g_utf8_next_char (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/glib/
Dgutf8.c228 p = g_utf8_next_char (p); in g_utf8_strlen()
237 p = g_utf8_next_char (p); in g_utf8_strlen()
242 p = g_utf8_next_char (p); in g_utf8_strlen()
314 s = g_utf8_next_char (s); in g_utf8_offset_to_pointer()
362 s = g_utf8_next_char (s); in g_utf8_pointer_to_offset()
392 s = g_utf8_next_char(s); in g_utf8_strncpy()
851 p = g_utf8_next_char (p); in g_utf8_to_ucs4_fast()
859 p = g_utf8_next_char (p); in g_utf8_to_ucs4_fast()
983 in = g_utf8_next_char (in); in g_utf8_to_ucs4()
992 in = g_utf8_next_char (in); in g_utf8_to_ucs4()
[all …]
Dguniprop.c772 p = g_utf8_next_char (p); in output_marks()
792 p = g_utf8_next_char (p); in output_special_case()
822 p = g_utf8_next_char (p); in real_toupper()
973 p = g_utf8_next_char (p); in has_more_above()
996 p = g_utf8_next_char (p); in real_tolower()
1004 p = g_utf8_next_char (p); in real_tolower()
1206 p = g_utf8_next_char (p); in g_utf8_casefold()
Dgunidecomp.c244 for (p = decomp, i = 0; *p != '\0'; p = g_utf8_next_char (p), i++) in g_unicode_canonical_decomposition()
385 p = g_utf8_next_char (p); in _g_utf8_normalize_wc()
413 for (pd = decomp; *pd != '\0'; pd = g_utf8_next_char (pd)) in _g_utf8_normalize_wc()
431 p = g_utf8_next_char (p); in _g_utf8_normalize_wc()
Dgpattern.c75 string = g_utf8_next_char (string); in g_pattern_ph_match()
88 string = g_utf8_next_char (string); in g_pattern_ph_match()
101 string = g_utf8_next_char (string); in g_pattern_ph_match()
Dgiochannel.c1450 nextchar = g_utf8_next_char (nextchar); in g_io_channel_fill_buffer()
1650 channel->encoding ? nextchar = g_utf8_next_char (nextchar) : nextchar++) in g_io_channel_read_line_backend()
1913 nextchar = g_utf8_next_char (nextchar); in g_io_channel_read_chars()
1988 g_utf8_next_char (channel->encoded_read_buf->str) in g_io_channel_read_unichar()
Dgconvert.c959 save_p = g_utf8_next_char (p); in g_convert_with_fallback()
1703 p = g_utf8_next_char (p); in hostname_validate()
1711 p = g_utf8_next_char (p); in hostname_validate()
Dgmessages.c874 g_string_erase (string, pos, g_utf8_next_char (p) - p); in escape_string()
881 p = g_utf8_next_char (p); in escape_string()
Dgunicode.h276 #define g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(const guchar *)(p)]) macro
Dgoption.c155 p = g_utf8_next_char (p); in _g_utf8_strwidth()
166 p = g_utf8_next_char (p); in _g_utf8_strwidth()
171 p = g_utf8_next_char (p); in _g_utf8_strwidth()
/external/bluetooth/glib/tests/
Dutf8-pointer.c46 p[i] = g_utf8_next_char (p[i-1]); in test_utf8()
Dunicode-normalize.c55 p = g_utf8_next_char(p); in encode()
/external/bluetooth/glib/gio/
Dgfilenamecompleter.c143 a = g_utf8_next_char (a); in longest_common_prefix()
144 b = g_utf8_next_char (b); in longest_common_prefix()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2473 g_utf8_next_char
/external/bluetooth/glib/
DChangeLog.pre-2-141749 * glib/gunicode.h (g_utf8_next_char): Cast to const char *,