Lines Matching refs:CharString
26 CharString::CharString(CharString&& src) U_NOEXCEPT in CharString() function in CharString
31 CharString& CharString::operator=(CharString&& src) U_NOEXCEPT { in operator =()
38 char *CharString::cloneData(UErrorCode &errorCode) const { in cloneData()
49 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
57 int32_t CharString::lastIndexOf(char c) const { in lastIndexOf()
66 bool CharString::contains(StringPiece s) const { in contains()
78 CharString &CharString::truncate(int32_t newLength) { in truncate()
88 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
96 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
121 return append(CharString(s, sLength, errorCode), errorCode); in append()
130 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
151 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
155 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars()
171 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity()
191 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart()
206 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()