HomeSort by relevance Sort by last modified time
    Searched refs:G_NORMALIZE_NFC (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/tests/
unicode-normalize.c 130 test_form (line, G_NORMALIZE_NFC, FALSE, 1, c, columns);
131 test_form (line, G_NORMALIZE_NFC, TRUE, 3, c, columns);
  /external/webkit/WebCore/platform/text/
TextEncoding.cpp 125 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC));
  /external/bluetooth/glib/glib/
gunicode.h 374 G_NORMALIZE_NFC = G_NORMALIZE_DEFAULT_COMPOSE,
gunidecomp.c 359 gboolean do_compose = (mode == G_NORMALIZE_NFC ||

Completed in 523 milliseconds