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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSString.h113 @function getChar
118 virtual char getChar(unsigned int index) const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSString.cpp192 char OSString::getChar(unsigned int index) const function in class:OSString
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestContainers.cpp321 for (i = 0; (c = test1->getChar(i)); i++)
339 for (i = 0; (c = test1->getChar(i)); i++)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp798 wild = ('*' == key->getChar( keyLen - 1 ));

Completed in 32 milliseconds