Home
last modified time | relevance | path

Searched defs:nameType (Results 1 – 25 of 34) sorted by relevance

12

/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
601 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo
606 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo()
610 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo()
617 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo
795 GenericNameType nameType = null; in createGenericMatchInfo() local
/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
606 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo
611 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo()
615 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo()
622 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo
800 GenericNameType nameType = null; in createGenericMatchInfo() local
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1299 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1280 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1280 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp603 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
917 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1256 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2694 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/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()
423 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
/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()
395 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java552 NameType nameType = null; in _getDisplayName() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java587 NameType nameType = null; in _getDisplayName() local
/third_party/typescript/lib/
Dtsc.js17616 function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type) { argument
17626 … function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type) { argument
46799 function instantiateTypeAsMappedNameType(nameType, type, t) { argument
48652 function getBestMatchIndexedAccessTypeOrUndefined(source, target, nameType) { argument
48775 function getElaborationElementForJsxChild(child, nameType, getInvalidTextDiagnostic) { argument
48935 … case 2: return [4, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
48939 …: return [4, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, errorMessa… property
DtypingsInstaller.js22083 function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type) { argument
22094 … function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type) { argument
56496 function instantiateTypeAsMappedNameType(nameType, type, t) { argument
58562 function getBestMatchIndexedAccessTypeOrUndefined(source, target, nameType) { argument
58694 function getElaborationElementForJsxChild(child, nameType, getInvalidTextDiagnostic) { argument
58862 …case 2: return [4 /*yield*/, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
58866 …4 /*yield*/, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, errorMessa… property

12