Home
last modified time | relevance | path

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

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java337 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() local
338 String name = _tznames.getTimeZoneDisplayName(tzID, nameType); in formatGenericNonLocationName()
385 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName()
396 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
405 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType); in formatGenericNonLocationName()
423 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName()
606 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo
611 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() argument
612 this(nameType, tzID, matchLength, TimeType.UNKNOWN); in GenericMatchInfo()
615 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() argument
[all …]
/third_party/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 …]
/third_party/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.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
610 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
694 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
703 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
724 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
927 switch (nameType) { in findBestMatch()
/third_party/skia/third_party/externals/icu/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.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
610 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
694 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
703 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
724 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
927 switch (nameType) { in findBestMatch()
/third_party/flutter/skia/third_party/externals/icu/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.cpp603 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
604 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
674 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
688 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
697 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
718 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName()
917 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
921 switch (nameType) { in findBestMatch()
/third_party/node/deps/icu-small/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.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
610 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
694 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
703 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
724 … getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name); in formatGenericNonLocationName()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
927 switch (nameType) { in findBestMatch()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() local
174 String uLocaleName = uLocaleInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale()
175 String localeName = localeInstance.getDisplayName(availableId, nameType, date); in testGetInstance_Locale()
251 for (TimeZoneNames.NameType nameType : TimeZoneNames.NameType.values()) { in testGetTimeZoneDisplayName()
252 String name = tzdbNames.getTimeZoneDisplayName(tzId, nameType); in testGetTimeZoneDisplayName()
253 assertNull("TZ:" + tzId + ", NameType: " + nameType + ", value: " + name, name); in testGetTimeZoneDisplayName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument
374 if (nameType == null) { in MatchInfo()
383 _nameType = nameType; in MatchInfo()
423 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
DTimeZoneFormat.java1211 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1232 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1429 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1448 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1868 private TimeType getTimeType(NameType nameType) {
1869 switch (nameType) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneNames.java345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() argument
346 if (nameType == null) { in MatchInfo()
355 _nameType = nameType; in MatchInfo()
395 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
DTimeZoneFormat.java1150 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1171 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1368 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1387 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1798 private TimeType getTimeType(NameType nameType) {
1799 switch (nameType) {
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtznames.h332 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
343 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
/third_party/icu/icu4c/source/i18n/unicode/
Dtznames.h332 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
343 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtznames.h330 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
341 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtznames.h332 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
343 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java552 NameType nameType = null; in _getDisplayName() local
555 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName()
559 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
562 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date); in _getDisplayName()
/third_party/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()
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dmapped-untypped.src.ts.shot53 "nameType": null,
Dmapped.src.ts.shot53 "nameType": null,
Dmapped-readonly.src.ts.shot53 "nameType": null,
/third_party/typescript/src/compiler/
Dchecker.ts4769 …const nameTypeNode = type.declaration.nameType ? typeToTypeNodeHelper(getNameTypeFromMappedType(ty…
5917 const nameType = getSymbolLinks(symbol).nameType;
5918 if (nameType) {
5919 if (nameType.flags & TypeFlags.StringOrNumberLiteral) {
5920 const name = "" + (<StringLiteralType | NumberLiteralType>nameType).value;
5929 if (nameType.flags & TypeFlags.UniqueESSymbol) {
5930 …tory.createComputedPropertyName(symbolToExpression((<UniqueESSymbolType>nameType).symbol, context,…
7703 const nameType = getSymbolLinks(symbol).nameType;
7704 if (nameType) {
7705 if (nameType.flags & TypeFlags.StringOrNumberLiteral) {
[all …]

123