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

/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c281 u_int8_t aChar, bChar; local
284 bChar = *(str2++);
286 if (aChar != bChar) // If they don't match exacly, do case conversion
291 bSortWord = compareTable[bChar];

Completed in 72 milliseconds