Home | History | Annotate | Download | only in utils

Lines Matching refs: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);
220 void toLower(size_t start, size_t numChars);
222 void toUpper(size_t start, size_t numChars);
234 void setPathName(const char* name, size_t numChars);
312 status_t real_append(const char* other, size_t numChars);