Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dunicode.c1261 g_assert_false (g_unichar_decompose (0x0041, &a, &b) && a == 0x0041 && b == 0); in test_decompose()
1262 g_assert_false (g_unichar_decompose (0xFB01, &a, &b) && a == 0xFB01 && b == 0); in test_decompose()
1265 g_assert_true (g_unichar_decompose (0x212B, &a, &b) && a == 0x00C5 && b == 0); in test_decompose()
1266 g_assert_true (g_unichar_decompose (0x2126, &a, &b) && a == 0x03A9 && b == 0); in test_decompose()
1269 g_assert_true (g_unichar_decompose (0x0344, &a, &b) && a == 0x0308 && b == 0x0301); in test_decompose()
1270 g_assert_true (g_unichar_decompose (0x0F73, &a, &b) && a == 0x0F71 && b == 0x0F72); in test_decompose()
1273 g_assert_true (g_unichar_decompose (0x00C5, &a, &b) && a == 0x0041 && b == 0x030A); in test_decompose()
1274 g_assert_true (g_unichar_decompose (0x00F4, &a, &b) && a == 0x006F && b == 0x0302); in test_decompose()
1275 g_assert_true (g_unichar_decompose (0x1E69, &a, &b) && a == 0x1E63 && b == 0x0307); in test_decompose()
1276 g_assert_true (g_unichar_decompose (0x1E63, &a, &b) && a == 0x0073 && b == 0x0323); in test_decompose()
[all …]
/third_party/harfbuzz/src/
Dhb-glib.cc168 return g_unichar_decompose (ab, a, b); in hb_glib_unicode_decompose()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc168 return g_unichar_decompose (ab, a, b); in hb_glib_unicode_decompose()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc286 return g_unichar_decompose (ab, a, b); in hb_glib_unicode_decompose()
/third_party/glib/glib/
Dgunicode.h719 gboolean g_unichar_decompose (gunichar ch,
Dgunidecomp.c621 g_unichar_decompose (gunichar ch, in g_unichar_decompose() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3300 g_unichar_decompose
/third_party/glib/
DNEWS8056 654195 Add g_unichar_compose() and g_unichar_decompose()