Searched refs:unicode_get16 (Results 1 – 1 of 1) sorted by relevance
511 static uint16_t unicode_get16(const uint8_t *p) in unicode_get16() function540 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()