Searched refs:index1 (Results 1 – 1 of 1) sorted by relevance
71 int index1 = __jisx0213_from_ucs_level1[ucs >> 6]; in uint16_t() local72 if (index1 >= 0) in uint16_t()73 return __jisx0213_from_ucs_level2[(index1 << 6) + (ucs & 0x3f)]; in uint16_t()
Completed in 3 milliseconds