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);
134 void toLower(size_t start, size_t numChars);
136 void toUpper(size_t start, size_t numChars);
148 void setPathName(const char* name, size_t numChars);
226 status_t real_append(const char* other, size_t numChars);