Searched refs:UNICODE_NFC (Results 1 – 4 of 4) sorted by relevance
37 UNICODE_NFC, enumerator
850 if (n_type == UNICODE_NFC) { in unicode_normalize()
2940 …buf_len = unicode_normalize((uint32_t **)&buf, (uint32_t *)in_str, in_len, UNICODE_NFC, NULL, NULL… in normalization_test()
40709 n_type = UNICODE_NFC; in js_string_normalize()40724 n_type = UNICODE_NFC + is_compat * 2 + (*p - 'C'); in js_string_normalize()
Completed in 101 milliseconds