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

/darwin-on-arm/xnu/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];
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSerialize.h249 * @param aChar The character to append to the XML stream.
255 virtual bool addChar(const char aChar);
H A DOSString.h301 * @param aChar The character value to set.
309 virtual bool setChar(char aChar, unsigned int index);
/darwin-on-arm/xnu/libkern/c++/
H A DOSString.cpp181 bool OSString::setChar(char aChar, unsigned int index) argument
184 string[index] = aChar;

Completed in 32 milliseconds