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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSString.h281 * @function getChar
292 virtual char getChar(unsigned int index) const;
/darwin-on-arm/xnu/libkern/c++/
H A DOSString.cpp192 char OSString::getChar(unsigned int index) const function in class:OSString
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp321 for (i = 0; (c = test1->getChar(i)); i++)
339 for (i = 0; (c = test1->getChar(i)); i++)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp799 wild = ('*' == key->getChar( keyLen - 1 ));

Completed in 78 milliseconds