Home
last modified time | relevance | path

Searched refs:nameType (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java335 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() local
336 String name = _tznames.getTimeZoneDisplayName(tzID, nameType); in formatGenericNonLocationName()
383 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName()
394 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
403 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
421 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName()
603 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo
608 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() argument
609 this(nameType, tzID, matchLength, TimeType.UNKNOWN); in GenericMatchInfo()
612 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() argument
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java333 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() local
334 String name = _tznames.getTimeZoneDisplayName(tzID, nameType); in formatGenericNonLocationName()
381 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName()
392 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
401 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
419 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName()
601 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo
606 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() argument
607 this(nameType, tzID, matchLength, TimeType.UNKNOWN); in GenericMatchInfo()
610 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() argument
[all …]
/external/icu/icu4c/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
378 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo()
379 this->nameType = nameType; in MatchInfo()
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() argument
417 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone() argument
434 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone()
457 return match->nameType; in getNameTypeAt()
Dtzgnames.cpp602 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
603 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
673 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
687 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
696 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
717 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName()
916 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
920 switch (nameType) { in findBestMatch()
Dtimezone.cpp1257 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
1260 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD; in getDisplayName()
1264 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
1275 tznames->getDisplayName(canonicalID, nameType, date, result); in getDisplayName()
Dtzfmt.cpp2667 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() argument
2668 switch (nameType) { in getTimeType()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java170 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() local
171 String uLocaleName = uLocaleInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale()
172 String localeName = localeInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale()
248 for (TimeZoneNames.NameType nameType : TimeZoneNames.NameType.values()) { in testGetTimeZoneDisplayName()
249 String name = tzdbNames.getTimeZoneDisplayName(tzId, nameType); in testGetTimeZoneDisplayName()
250 assertNull("TZ:" + tzId + ", NameType: " + nameType + ", value: " + name, name); in testGetTimeZoneDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java376 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument
377 if (nameType == null) { in MatchInfo()
386 _nameType = nameType; in MatchInfo()
429 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
DTimeZoneFormat.java1210 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1231 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1428 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1447 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1867 private TimeType getTimeType(NameType nameType) {
1868 switch (nameType) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java344 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument
345 if (nameType == null) { in MatchInfo()
354 _nameType = nameType; in MatchInfo()
394 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
DTimeZoneFormat.java1149 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1170 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1367 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1386 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1797 private TimeType getTimeType(NameType nameType) {
1798 switch (nameType) {
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h332 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
343 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
Dtzfmt.h1053 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraintValidator.java15 void intersectEmptyPermittedSubtree(int nameType); in intersectEmptyPermittedSubtree() argument
DPKIXNameConstraintValidator.java169 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree() argument
171 switch (nameType) in intersectEmptyPermittedSubtree()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZone.java527 NameType nameType = null; in _getDisplayName() local
530 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName()
534 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
537 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date); in _getDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java590 NameType nameType = null; in _getDisplayName() local
593 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName()
597 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
600 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date); in _getDisplayName()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java1588 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree() argument
1590 switch (nameType) in intersectEmptyPermittedSubtree()
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go572 nameType := d[0]
578 if nameType == 0 {
/external/icu/icu4j/
Dcoverage-exclusion.txt442 com/ibm/icu/impl/TimeZoneGenericNames$GenericMatchInfo#nameType:()Lcom/ibm/icu/impl/TimeZoneGeneric…
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz

12