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

/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c281 u_int8_t aChar, bChar; local
283 aChar = *(str1++);
286 if (aChar != bChar) // If they don't match exacly, do case conversion
290 aSortWord = compareTable[aChar];
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSString.h303 * @param aChar The character value to set.
311 virtual bool setChar(char aChar, unsigned int index);
H A DOSSerialize.h277 * @param aChar The character to append to the XML stream.
283 virtual bool addChar(const char aChar);
/xnu-2782.1.97/libkern/c++/
H A DOSString.cpp213 bool OSString::setChar(char aChar, unsigned int index) argument
216 string[index] = aChar;

Completed in 32 milliseconds