Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlibunicode.c511 static uint16_t unicode_get16(const uint8_t *p) in unicode_get16() function
540 if ((res[i] = unicode_get16(d + 2 * i)) == 0) in unicode_decomp_entry()
552 c1 = unicode_get16(d + 2 * k) | in unicode_decomp_entry()
587 c1 = unicode_get16(d + 2 * i); in unicode_decomp_entry()
608 c_min = unicode_get16(d); in unicode_decomp_entry()
622 if (!(res[0] = unicode_get16(d))) in unicode_decomp_entry()
627 res[0] = unicode_get16(d); in unicode_decomp_entry()
628 res[2] = unicode_get16(d + 2); in unicode_decomp_entry()
630 res[1] = unicode_get16(d); in unicode_decomp_entry()
641 c = unicode_get16(d); in unicode_decomp_entry()