Home
last modified time | relevance | path

Searched refs:mainType (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrDataType.java51 Arrays.stream(values()).collect(toImmutableMap(t -> t.mainType.name(), identity()));
69 private final DtdType mainType; field in CldrDataType
74 CldrDataType(DtdType mainType, DtdType... extraTypes) { in CldrDataType() argument
75 this.mainType = mainType; in CldrDataType()
78 DtdData dtd = DtdData.getInstance(mainType); in CldrDataType()
93 return mainType.name(); in getLdmlName()
97 return mainType.directories.stream().map(Paths::get); in getSourceDirectories()
105 Stream<Element> elements = elementsFrom(mainType); in getElements()
119 Attribute attr = DtdData.getInstance(mainType).getAttribute(elementName, attributeName); in getAttribute()
/external/cldr/tools/java/org/unicode/cldr/util/
DExtractCollationRules.java44 String mainType = parts.getElement(3); in set() local
47 if (mainType.equals("settings")) { in set()
50 } else if (mainType.equals("rules")) { in set()
DVoteResolver.java1595 all, userId, mainType, n, levelType, localeType, localeId; enumConstant
1621 final String mainType = Group.mainType.get(matcher); in handlePathValue() local
1622 if (mainType.equals("org")) { in handlePathValue()
1626 } else if (mainType.equals("name")) { in handlePathValue()
1628 } else if (mainType.startsWith("level")) { in handlePathValue()
1631 } else if (mainType.startsWith("locale")) { in handlePathValue()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedMethodCollector.java44 JavaType mainType, List<JavaType> superTypes, Class<?> primaryMixIn) in collect() argument
49 _addMemberMethods(tc, mainType.getRawClass(), methods, primaryMixIn); in collect()
63 _addMethodMixIns(tc, mainType.getRawClass(), methods, mixin); //, mixins); in collect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt1643 int test1(int mainType, int subType) {
1644 if (mainType == 7)
1646 else if (mainType == 9)
1648 else if (mainType == 11)
1653 int test2(int mainType, int subType) {
1654 if (mainType == 7)
1656 if (mainType == 9)
1658 if (mainType == 11)
/external/llvm-project/llvm/lib/Target/
DREADME.txt1643 int test1(int mainType, int subType) {
1644 if (mainType == 7)
1646 else if (mainType == 9)
1648 else if (mainType == 11)
1653 int test2(int mainType, int subType) {
1654 if (mainType == 7)
1656 if (mainType == 9)
1658 if (mainType == 11)
/external/llvm/lib/Target/
DREADME.txt1643 int test1(int mainType, int subType) {
1644 if (mainType == 7)
1646 else if (mainType == 9)
1648 else if (mainType == 11)
1653 int test2(int mainType, int subType) {
1654 if (mainType == 7)
1656 if (mainType == 9)
1658 if (mainType == 11)
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java480 String mainType = getMainType(item); in handleCheck() local
481 … if (!myMainType.equals(mainType)) { // we *only* care about items with the same type value in handleCheck()