Searched refs:ucharsLen (Results 1 – 2 of 2) sorted by relevance
132 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars() argument136 if (!uprv_isInvariantUString(uchars, ucharsLen)) { in appendInvariantChars()140 if(ensureCapacity(len+ucharsLen+1, 0, errorCode)) { in appendInvariantChars()141 u_UCharsToChars(uchars, buffer.getAlias()+len, ucharsLen); in appendInvariantChars()142 len += ucharsLen; in appendInvariantChars()
126 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);