Home | History | Annotate | Download | only in i18n

Lines Matching refs:nameType

635     UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
636 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
704 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
726 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
746 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
951 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i);
955 switch (nameType) {