Home
last modified time | relevance | path

Searched refs:G_NORMALIZE_NFD (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/tests/
Dunicode-normalize.c128 test_form (line, G_NORMALIZE_NFD, FALSE, 2, c, columns); in process_one()
129 test_form (line, G_NORMALIZE_NFD, TRUE, 4, c, columns); in process_one()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc180 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD); in hb_glib_unicode_decompose()
/third_party/harfbuzz/src/
Dhb-glib.cc180 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD); in hb_glib_unicode_decompose()
/third_party/glib/gobject/
Dglib-enumtypes.c299 { G_NORMALIZE_NFD, "G_NORMALIZE_NFD", "nfd" }, in g_normalize_mode_get_type()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc298 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD); in hb_glib_unicode_decompose()
/third_party/glib/glib/
Dgunicode.h909 G_NORMALIZE_NFD = G_NORMALIZE_DEFAULT, enumerator