Searched refs:hexdigits (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c163 const char hexdigits[16] = { variable
602 ucs_ch = hexdigits[byte >> 4];
604 ucs_ch = hexdigits[byte & 0x0F];

Completed in 10 milliseconds