Home
last modified time | relevance | path

Searched refs:UNICODE_NFC (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.h37 UNICODE_NFC, enumerator
A Dlibunicode.c850 if (n_type == UNICODE_NFC) { in unicode_normalize()
A Dunicode_gen.c2940 …buf_len = unicode_normalize((uint32_t **)&buf, (uint32_t *)in_str, in_len, UNICODE_NFC, NULL, NULL… in normalization_test()
A Dquickjs.c40709 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