Home
last modified time | relevance | path

Searched defs:nameType (Results 1 – 25 of 28) 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/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/node/deps/icu-small/source/i18n/
Dtznames.cpp373 UTimeZoneNameType nameType; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
426 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp606 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
920 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1298 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2702 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()
426 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp606 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local
920 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
Dtimezone.cpp1298 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
Dtzfmt.cpp2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/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/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/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/src/compiler/
Dchecker.ts8645 const nameType = getSymbolLinks(symbol).nameType; constant
8688 const nameType = getSymbolLinks(symbol).nameType; constant
12013 const nameType = getNameTypeFromMappedType(type.target as MappedType || type); constant
12187 const nameType = getNameTypeFromMappedType(type as MappedType); constant
12295 const nameType = property.name && getLiteralTypeFromPropertyName(property.name); constant
15561 const nameType = getNameTypeFromMappedType(type.target as MappedType || type); constant
16236 const nameType = getNameTypeFromMappedType(objectType); constant
18118 … const { errorNode: prop, innerExpression: next, nameType, errorMessage } = status.value; constant
18193 const nameType = getNumberLiteralType(i - memberOffset); constant
18321 const nameType = getNumberLiteralType(i); constant
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c6967 UldnNameType nameType; member
/third_party/typescript/lib/
Dtsc.js19563 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument
19574 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument
56037 function getBestMatchIndexedAccessTypeOrUndefined(source, target, nameType) { argument
56169 function getElaborationElementForJsxChild(child, nameType, getInvalidTextDiagnostic) { argument
56329 … case 2: return [4, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
56333 …: return [4, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, errorMessa… property
62141 function narrowTypeByInKeyword(type, nameType, assumeTrue) { argument
63733 function getTypeOfPropertyOfContextualType(type, name, nameType) { argument
DtypingsInstaller.js24384 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument
24396 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument
67028 function getBestMatchIndexedAccessTypeOrUndefined(source, target, nameType) { argument
67169 function getElaborationElementForJsxChild(child, nameType, getInvalidTextDiagnostic) { argument
67337 …case 2: return [4 /*yield*/, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
67341 …4 /*yield*/, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, errorMessa… property
74076 function narrowTypeByInKeyword(type, nameType, assumeTrue) { argument
76000 function getTypeOfPropertyOfContextualType(type, name, nameType) { argument
Dtypescript.d.ts1026 readonly nameType?: TypeNode; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1026 readonly nameType?: TypeNode; property

12