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