Home
last modified time | relevance | path

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

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