Lines Matching full:numchars
147 explicit String8(const char* o, size_t numChars);
151 explicit String8(const char16_t* o, size_t numChars);
153 explicit String8(const char32_t* o, size_t numChars);
165 status_t setTo(const char* other, size_t numChars);
166 status_t setTo(const char16_t* other, size_t numChars);
172 status_t append(const char* other, size_t numChars);
217 void toLower(size_t start, size_t numChars);
219 void toUpper(size_t start, size_t numChars);
231 void setPathName(const char* name, size_t numChars);
309 status_t real_append(const char* other, size_t numChars);