Home
last modified time | relevance | path

Searched refs:getNameTypeAt (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h361 UTimeZoneNameType getNameTypeAt(int32_t idx) const;
/external/icu/icu4c/source/i18n/
Dtznames.cpp454 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const { in getNameTypeAt() function in TimeZoneNames::MatchInfoCollection
Dtzfmt.cpp963 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
996 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1215 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()
1242 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()
Dtzgnames.cpp916 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()