Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_utfconv.c70 #define SP_HALF_SHIFT 10 macro
348 pair = ((ucs_ch - SP_HIGH_FIRST) << SP_HALF_SHIFT) in utf8_encodestr()
535 ucs_ch = (ch >> SP_HALF_SHIFT) + SP_HIGH_FIRST; in utf8_decodestr()
736 ucs_ch = (ch >> SP_HALF_SHIFT) + SP_HIGH_FIRST; in utf8_validatestr()