Home | History | Annotate | Download | only in utils

Lines Matching refs:numChars

52     explicit                    String8(const char* o, size_t numChars);
56 explicit String8(const char16_t* o, size_t numChars);
58 explicit String8(const char32_t* o, size_t numChars);
78 status_t setTo(const char* other, size_t numChars);
79 status_t setTo(const char16_t* other, size_t numChars);
85 status_t append(const char* other, size_t numChars);
141 void toLower(size_t start, size_t numChars);
143 void toUpper(size_t start, size_t numChars);
156 void setPathName(const char* name, size_t numChars);
234 status_t real_append(const char* other, size_t numChars);