Searched refs:g_utf8_next_char (Results 1 – 14 of 14) sorted by relevance
228 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 …]
772 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()
244 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()
75 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()
1450 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()
959 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()
874 g_string_erase (string, pos, g_utf8_next_char (p) - p); in escape_string()881 p = g_utf8_next_char (p); in escape_string()
276 #define g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(const guchar *)(p)]) macro
155 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()
46 p[i] = g_utf8_next_char (p[i-1]); in test_utf8()
55 p = g_utf8_next_char(p); in encode()
143 a = g_utf8_next_char (a); in longest_common_prefix()144 b = g_utf8_next_char (b); in longest_common_prefix()
2473 g_utf8_next_char
1749 * glib/gunicode.h (g_utf8_next_char): Cast to const char *,