Home
last modified time | relevance | path

Searched refs:toCodePoints (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h797 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp400 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