Lines Matching refs:CharString
23 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
31 int32_t CharString::lastIndexOf(char c) const { in lastIndexOf()
40 CharString &CharString::truncate(int32_t newLength) { in truncate()
50 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
58 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
83 return append(CharString(s, sLength, errorCode), errorCode); in append()
92 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
113 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
127 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity()
147 CharString &CharString::appendPathPart(const StringPiece &s, UErrorCode &errorCode) { in appendPathPart()
162 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()