Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Ducol_imp.h125 char defaultType[16]; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ducol_imp.h125 char defaultType[16]; variable
/third_party/icu/icu4c/source/i18n/
Ducol_imp.h125 char defaultType[16]; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationLoader.java142 String defaultType = "standard"; in loadTailoring() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java140 String defaultType = "standard"; in loadTailoring() local
/third_party/typescript/src/compiler/
Dchecker.ts12556 …const defaultType = defaultDeclaration ? getTypeFromTypeNode(defaultDeclaration) : noConstraintTyp… constant
12578 const defaultType = getResolvedTypeParameterDefault(typeParameter); constant
23578 const defaultType = getDefaultFromTypeParameter(inference.typeParameter); constant
25656 …const defaultType = filterType(type, t => !(isUnitLikeType(t) && contains(switchTypes, getRegularT… constant
36103 const defaultType = getDefaultFromTypeParameter(typeParameter); constant
/third_party/typescript/lib/
DtypingsInstaller.js23668 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { argument
23676 function updateTypeParameterDeclaration(node, modifiers, name, constraint, defaultType) { argument
Dtsc.js18953 function createTypeParameterDeclaration(modifiers, name, constraint, defaultType) { argument
18960 function updateTypeParameterDeclaration(node, modifiers, name, constraint, defaultType) { argument