/third_party/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 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/ |
D | TimeZoneGenericNames.java | 337 …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/ |
D | tznames.cpp | 373 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()
|
D | tzgnames.cpp | 609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
D | timezone.cpp | 1299 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
|
D | tzfmt.cpp | 2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames.cpp | 373 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()
|
D | tzgnames.cpp | 609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
D | timezone.cpp | 1280 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
|
D | tzfmt.cpp | 2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames.cpp | 373 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()
|
D | tzgnames.cpp | 609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
D | timezone.cpp | 1280 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
|
D | tzfmt.cpp | 2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tznames.cpp | 373 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()
|
D | tzgnames.cpp | 603 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 917 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
D | timezone.cpp | 1256 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName() local
|
D | tzfmt.cpp | 2694 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 373 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/ |
D | TimeZoneNames.java | 345 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/ |
D | TimeZoneNameTest.java | 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | TimeZone.java | 552 NameType nameType = null; in _getDisplayName() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 587 NameType nameType = null; in _getDisplayName() local
|
/third_party/typescript/lib/ |
D | tsc.js | 17616 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
|
D | typingsInstaller.js | 22083 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
|