Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dunicode.c1036 g_assert_cmphex (g_unichar_toupper (0x0), ==, 0x0); in test_cases()
1038 g_assert_cmphex (g_unichar_toupper ('a'), ==, 'A'); in test_cases()
1039 g_assert_cmphex (g_unichar_toupper ('A'), ==, 'A'); in test_cases()
1041 g_assert_cmphex (g_unichar_toupper (0xff41), ==, 0xff21); in test_cases()
1043 g_assert_cmphex (g_unichar_toupper (0xff21), ==, 0xff21); in test_cases()
1044 g_assert_cmphex (g_unichar_toupper (0x01C5), ==, 0x01C4); in test_cases()
1045 g_assert_cmphex (g_unichar_toupper (0x01C6), ==, 0x01C4); in test_cases()
1056 g_assert_cmphex (g_unichar_toupper (0x1F8A), ==, 0x1F8A); in test_cases()
1058 g_assert_cmphex (g_unichar_toupper (0x1FB2), ==, 0x1FB2); in test_cases()
1064 g_assert_cmphex (g_unichar_toupper (0x1D6FE), ==, 0x1D6FE); in test_cases()
[all …]
/third_party/glib/glib/
Dguniprop.c542 g_unichar_toupper (gunichar c) in g_unichar_toupper() function
640 return g_unichar_toupper (c); in g_unichar_totitle()
836 len += g_unichar_to_utf8 (g_unichar_toupper (decomp[i]), out_buffer ? out_buffer + len : NULL); in real_toupper()
Dgunicode.h676 gunichar g_unichar_toupper (gunichar c) G_GNUC_CONST;
Dgregex.c2953 g_unichar_toupper (c))
/third_party/glib/glib/pcre/
Dpcre_tables.c590 if ((oc = g_unichar_toupper(c)) != c) in _pcre_ucp_othercase()
/third_party/glib/glib/update-pcre/
Ducp.patch455 + other_case = g_unichar_toupper(c);
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3294 g_unichar_toupper
/third_party/glib/
DNEWS11941 - g_unichar_toupper and g_unichar_tolower leave