Home
last modified time | relevance | path

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

/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()
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/icu4c/source/i18n/
Dtznames.cpp335 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()
Dtzgnames.cpp626 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()
Dtimezone.cpp1253 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()
Dtzfmt.cpp2665 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() argument
2666 switch (nameType) { in getTimeType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument
376 if (nameType == null) { in MatchInfo()
385 _nameType = nameType; in MatchInfo()
428 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
DTimeZoneFormat.java1208 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1229 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1426 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1445 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1865 private TimeType getTimeType(NameType nameType) {
1866 switch (nameType) {
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h320 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
331 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
Dtzfmt.h1054 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java587 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/
DClassReader.java284 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/
DPKIXNameConstraintValidator.java1588 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree() argument
1590 switch (nameType) in intersectEmptyPermittedSubtree()
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go483 nameType := d[0]
489 if nameType == 0 {