Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dunicode.c1224 g_assert_false (g_unichar_compose (0x0041, 0x0042, &ch) && ch == 0); in test_compose()
1225 g_assert_false (g_unichar_compose (0x0041, 0, &ch) && ch == 0); in test_compose()
1226 g_assert_false (g_unichar_compose (0x0066, 0x0069, &ch) && ch == 0); in test_compose()
1229 g_assert_false (g_unichar_compose (0x0308, 0x0301, &ch) && ch == 0); /* !0x0344 */ in test_compose()
1230 g_assert_false (g_unichar_compose (0x0F71, 0x0F72, &ch) && ch == 0); /* !0x0F73 */ in test_compose()
1233 g_assert_false (g_unichar_compose (0x212B, 0, &ch) && ch == 0); in test_compose()
1234 g_assert_false (g_unichar_compose (0x00C5, 0, &ch) && ch == 0); in test_compose()
1235 g_assert_false (g_unichar_compose (0x2126, 0, &ch) && ch == 0); in test_compose()
1236 g_assert_false (g_unichar_compose (0x03A9, 0, &ch) && ch == 0); in test_compose()
1239 g_assert_true (g_unichar_compose (0x0041, 0x030A, &ch) && ch == 0x00C5); in test_compose()
[all …]
/third_party/harfbuzz/src/
Dhb-glib.cc131 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc131 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc249 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
/third_party/glib/glib/
Dgunicode.h715 gboolean g_unichar_compose (gunichar a,
Dgunidecomp.c688 g_unichar_compose (gunichar a, in g_unichar_compose() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3299 g_unichar_compose
/third_party/glib/
DNEWS1626 - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
8056 654195 Add g_unichar_compose() and g_unichar_decompose()