Searched refs:codeArray (Results 1 – 2 of 2) sorted by relevance
816 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
2641 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { in toCodePoints() argument2648 codeArray[idx] = str.char32At(start); in toCodePoints()