Home
last modified time | relevance | path

Searched refs:stdName (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dtzgnames.cpp641 UnicodeString stdName; in formatGenericNonLocationName() local
642 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName()
643 if (!stdName.isEmpty()) { in formatGenericNonLocationName()
644 name.setTo(stdName); in formatGenericNonLocationName()
653 if (stdName.caseCompare(mzGenericName, 0) == 0) { in formatGenericNonLocationName()
Dvtzone.cpp1919 UnicodeString stdName; in writeZone() local
2017 && name.compare(stdName) == 0 in writeZone()
2031 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone()
2034 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
2044 stdName = name; in writeZone()
2119 … writeZonePropsByTime(w, FALSE, stdName, stdFromOffset, stdToOffset, stdStartTime, in writeZone()
2122 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
2135 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
2139 writeZonePropsByDOW(w, FALSE, stdName, stdFromOffset, stdToOffset, in writeZone()
Dolsontz.cpp695 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)"); in initTransitionRules() local
703 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules()
765 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()