Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_unicode.c788 static const int32_t utf8_minLegal[4] = { 0, 0X80, 0x800, 0x10000 }; variable
868 if (u32char >= utf8_minLegal[count]) { in utf8ToU32Code()