Searched refs:toCodePoints (Results 1 – 2 of 2) sorted by relevance
642 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
325 useDefDigits = !toCodePoints(digits, fGMTOffsetDigits, 10); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()516 if (!toCodePoints(digits, digitArray, 10)) { in setGMTOffsetDigits()2088 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { in toCodePoints() function in TimeZoneFormat