Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_utfconv.c75 #define SP_HIGH_LAST 0xDBFFu macro
341 if (ucs_ch >= SP_HIGH_FIRST && ucs_ch <= SP_HIGH_LAST in utf8_encodestr()
536 if (ucs_ch < SP_HIGH_FIRST || ucs_ch > SP_HIGH_LAST) { in utf8_decodestr()
737 if (ucs_ch < SP_HIGH_FIRST || ucs_ch > SP_HIGH_LAST) { in utf8_validatestr()