Searched refs:g_unichar_tolower (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | unicode.c | 1037 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/ |
D | guniprop.c | 582 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()
|
D | gunicode.h | 678 gunichar g_unichar_tolower (gunichar c) G_GNUC_CONST;
|
D | gregex.c | 2952 g_unichar_tolower (c) : \
|
/third_party/glib/glib/pcre/ |
D | pcre_tables.c | 592 if ((oc = g_unichar_tolower(c)) != c) in _pcre_ucp_othercase()
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 457 + other_case = g_unichar_tolower(c);
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3295 g_unichar_tolower
|
/third_party/glib/ |
D | NEWS | 11941 - g_unichar_toupper and g_unichar_tolower leave
|