Home
last modified time | relevance | path

Searched refs:g_unichar_tolower (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/glib/tests/
Dunicode.c1037 g_assert_cmphex (g_unichar_tolower (0x0), ==, 0x0); in test_cases()
1046 g_assert_cmphex (g_unichar_tolower ('A'), ==, 'a'); in test_cases()
1047 g_assert_cmphex (g_unichar_tolower ('a'), ==, 'a'); in test_cases()
1049 g_assert_cmphex (g_unichar_tolower (0xff21), ==, 0xff41); in test_cases()
1051 g_assert_cmphex (g_unichar_tolower (0xff41), ==, 0xff41); in test_cases()
1052 g_assert_cmphex (g_unichar_tolower (0x01C4), ==, 0x01C6); in test_cases()
1053 g_assert_cmphex (g_unichar_tolower (0x01C5), ==, 0x01C6); in test_cases()
1054 g_assert_cmphex (g_unichar_tolower (0x1F8A), ==, 0x1F82); in test_cases()
1057 g_assert_cmphex (g_unichar_tolower (0x1FB2), ==, 0x1FB2); in test_cases()
1061 g_assert_cmphex (g_unichar_tolower (0x130), ==, 0x69); in test_cases()
[all …]
/third_party/glib/glib/
Dguniprop.c582 g_unichar_tolower (gunichar c) in g_unichar_tolower() function
1035 len += g_unichar_to_utf8 (g_unichar_tolower (c), out_buffer ? out_buffer + len : NULL); in real_tolower()
1201 g_string_append_unichar (result, g_unichar_tolower (ch)); in g_utf8_casefold()
Dgunicode.h678 gunichar g_unichar_tolower (gunichar c) G_GNUC_CONST;
Dgregex.c2952 g_unichar_tolower (c) : \
/third_party/glib/glib/pcre/
Dpcre_tables.c592 if ((oc = g_unichar_tolower(c)) != c) in _pcre_ucp_othercase()
/third_party/glib/glib/update-pcre/
Ducp.patch457 + other_case = g_unichar_tolower(c);
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3295 g_unichar_tolower
/third_party/glib/
DNEWS11941 - g_unichar_toupper and g_unichar_tolower leave