Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlibunicode.c490 static uint32_t unicode_get_short_code(uint32_t c) in unicode_get_short_code() function
569 if ((res[i] = unicode_get_short_code(d[i])) == 0) in unicode_decomp_entry()
624 res[1] = unicode_get_short_code(d[2]); in unicode_decomp_entry()
637 c = unicode_get_short_code(*d); in unicode_decomp_entry()
647 res[1] = unicode_get_short_code(*d); in unicode_decomp_entry()