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