Searched refs:utf8_minLegal (Results 1 – 1 of 1) sorted by relevance
742 static const int32_t utf8_minLegal[4] = { 0, 0X80, 0x800, 0x10000 }; variable822 if (u32char >= utf8_minLegal[count]) { in utf8ToU32Code()