Home
last modified time | relevance | path

Searched refs:myType (Results 1 – 10 of 10) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java255 Type myType = Type.getType(path); in handleCheck() local
256 if (myType == null || myType == Type.UNITS_IGNORE) { in handleCheck()
259 String myPrefix = myType.getPrefix(); in handleCheck()
261 if (exclusions.reset(path).find() && myType != Type.UNITS_COORDINATE) { in handleCheck()
275 if (myType == Type.DECIMAL_FORMAT) { in handleCheck()
286 …paths = getPathsWithValue(getResolvedCldrFileToCheck(), path, value, myType, myPrefix, matcher, cu… in handleCheck()
287 } else if (myType == Type.UNITS) { in handleCheck()
288 …paths = getPathsWithValue(getResolvedCldrFileToCheck(), path, value, myType, myPrefix, matcher, cu… in handleCheck()
289 } else if (myType == Type.CARDINAL_MINIMAL || myType == Type.ORDINAL_MINIMAL) { in handleCheck()
294 …paths = getPathsWithValue(getResolvedCldrFileToCheck(), path, value, myType, myPrefix, matcher, cu… in handleCheck()
[all …]
DCheckDates.java420 String myType = getLastType(path); in handleCheck() local
421 if (myType == null) { in handleCheck()
459 … if (myType.equals(otherType)) { // we don't care about items with the same type value in handleCheck()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp120 struct myType struct
136 myType<Arg, sizeof...(Args)>* make_array_with_type(const Args&... args) in make_array_with_type()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java101 static Info getInfo(String myType) { in getInfo() argument
102 Info info = types.get(myType); in getInfo()
104 types.put(myType, info = new Info()); in getInfo()
/external/doclava/src/com/google/doclava/
DMethodInfo.java578 TypeInfo myType = mine.type(); in matchesParams() local
579 String qualifiedName = myType.qualifiedTypeName(); in matchesParams()
580 String realType = myType.isPrimitive() ? "" : myType.asClassInfo().qualifiedName(); in matchesParams()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DObjectReferenceImpl.java609 ReferenceTypeImpl myType = (ReferenceTypeImpl)referenceType(); in validateAssignment() local
610 if (!myType.isAssignableTo(destType)) { in validateAssignment()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2665 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i]; in getDistance() local
2667 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2668 if (myType == 0) { // and other is not in getDistance()
2675 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2642 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i]; in getDistance() local
2644 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2645 if (myType == 0) { // and other is not in getDistance()
2652 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java496 final DtdType myType; field in TestDTDAttributes.CurrentData.NodeData
508 myType = type; in NodeData()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp2155 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local
2157 if (myType==otherType) { in getDistance()
2160 if (myType==0) {// and other is not in getDistance()
2170 result += abs(myType - otherType); in getDistance()