Searched refs:g_unichar_toupper (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | unicode.c | 1036 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/ |
D | guniprop.c | 542 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()
|
D | gunicode.h | 676 gunichar g_unichar_toupper (gunichar c) G_GNUC_CONST;
|
D | gregex.c | 2953 g_unichar_toupper (c))
|
/third_party/glib/glib/pcre/ |
D | pcre_tables.c | 590 if ((oc = g_unichar_toupper(c)) != c) in _pcre_ucp_othercase()
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 455 + other_case = g_unichar_toupper(c);
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3294 g_unichar_toupper
|
/third_party/glib/ |
D | NEWS | 11941 - g_unichar_toupper and g_unichar_tolower leave
|