/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 333 …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() 597 GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo 602 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo 603 return nameType; in nameType() 643 matchInfo.nameType = info.type; in handlePrefixMatch() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 335 …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() 599 GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo 604 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo 605 return nameType; in nameType() 645 matchInfo.nameType = info.type; in handlePrefixMatch() [all …]
|
/external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/ |
D | TimeZoneNamesTest.java | 52 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() local 53 String uLocaleName = uLocaleInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale() 54 String localeName = localeInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale() 129 for (TimeZoneNames.NameType nameType : TimeZoneNames.NameType.values()) { in testGetTimeZoneDisplayName() 130 String name = tzdbNames.getTimeZoneDisplayName(tzId, nameType); in testGetTimeZoneDisplayName() 131 assertNull("TZ:" + tzId + ", NameType: " + nameType + ", value: " + name, name); in testGetTimeZoneDisplayName()
|
/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 335 UTimeZoneNameType nameType; member 340 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() 341 this->nameType = nameType; in MatchInfo() 374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() argument 379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone() 391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone() argument 396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone() 419 return match->nameType; in getNameTypeAt()
|
D | tzgnames.cpp | 626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName() 697 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName() 711 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName() 720 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName() 741 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName() 946 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local 950 switch (nameType) { in findBestMatch()
|
D | timezone.cpp | 1253 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local 1256 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD; in getDisplayName() 1260 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName() 1271 tznames->getDisplayName(canonicalID, nameType, date, result); in getDisplayName()
|
D | tzfmt.cpp | 2665 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() argument 2666 switch (nameType) { in getTimeType()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneNames.java | 342 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument 343 if (nameType == null) { in MatchInfo() 352 _nameType = nameType; in MatchInfo() 392 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
|
D | TimeZoneFormat.java | 1146 timeType.value = getTimeType(specificMatch.nameType()); in parse() 1167 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse() 1364 parsedTimeType = getTimeType(specificMatch.nameType()); in parse() 1383 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse() 1794 private TimeType getTimeType(NameType nameType) { 1795 switch (nameType) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 374 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument 375 if (nameType == null) { in MatchInfo() 384 _nameType = nameType; in MatchInfo() 427 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
|
D | TimeZoneFormat.java | 1207 timeType.value = getTimeType(specificMatch.nameType()); in parse() 1228 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse() 1425 parsedTimeType = getTimeType(specificMatch.nameType()); in parse() 1444 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse() 1864 private TimeType getTimeType(NameType nameType) { 1865 switch (nameType) {
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 318 void addZone(UTimeZoneNameType nameType, int32_t matchLength, 329 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
|
D | tzfmt.h | 1051 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | NameConstraintValidator.java | 15 void intersectEmptyPermittedSubtree(int nameType); in intersectEmptyPermittedSubtree() argument
|
D | PKIXNameConstraintValidator.java | 169 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree() argument 171 switch (nameType) in intersectEmptyPermittedSubtree()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | TimeZone.java | 528 NameType nameType = null; in _getDisplayName() local 531 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 535 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName() 538 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date); in _getDisplayName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 587 NameType nameType = null; in _getDisplayName() local 590 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 594 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName() 597 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date); in _getDisplayName()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | ClassReader.java | 284 int nameType; in copyPool() local 289 nameType = items[readUnsignedShort(index + 2)]; in copyPool() 292 readUTF8(nameType, buf), in copyPool() 293 readUTF8(nameType + 2, buf)); in copyPool()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 1588 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree() argument 1590 switch (nameType) in intersectEmptyPermittedSubtree()
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 498 nameType := d[0] 504 if nameType == 0 {
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz | 12;ICU4J 4.8;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j49.api3.gz | 12;ICU4J 49.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j51.api3.gz |
|
D | icu4j52.api3.gz | 12;ICU4J 52.1;;
2ST@3.6;PB;NS;NF;NS; ... |