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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSString.h179 * allow changing the string via <code>@link setChar setChar@/link</code>.
245 * allow changing the string via <code>@link setChar setChar@/link</code>.
296 * @function setChar
309 virtual bool setChar(char aChar, unsigned int index);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp327 TEST_ASSERT('s', "6d", test1->setChar(' ', 0));
329 TEST_ASSERT('s', "6f", test1->setChar('T', 0));
330 TEST_ASSERT('s', "6g", !test1->setChar(' ', sizeof(testC00)));
345 TEST_ASSERT('s', "7d", !test1->setChar(' ', 0));
347 TEST_ASSERT('s', "7f", !test1->setChar(' ', sizeof(testC00)));
/darwin-on-arm/xnu/libkern/c++/
H A DOSString.cpp181 bool OSString::setChar(char aChar, unsigned int index) function in class:OSString

Completed in 76 milliseconds