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