Home
last modified time | relevance | path

Searched refs:getSubtype (Results 1 – 25 of 47) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dnumber_utils.h56 return uprv_strcmp("percent", unit.getSubtype()) == 0; in unitIsPercent()
60 return uprv_strcmp("permille", unit.getSubtype()) == 0; in unitIsPermille()
Dcurrunit.cpp65 u_charsToUChars(getSubtype(), isoCode, 4); in CurrencyUnit()
Dnumber_longnames.cpp104 key.append(unit.getSubtype(), status); in getMeasureData()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckWidths.java39 Subtype exp = err.getSubtype(); in TestBasic()
40 assertEquals("errorSubType", Subtype.valueTooWide, err.getSubtype()); in TestBasic()
DTestCheckCLDR.java175 if (i.getSubtype() == Subtype.missingPlaceholders) { in TestPlaceholders()
280 + "\t" + item.getType() + "\t" + item.getSubtype(); in checkLocale()
351 if (status.getSubtype() != Subtype.modifiedEnglishValue) { in TestCheckNew()
522 actualSubtype = status.getSubtype(); in TestCheckDates()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAccept.java85 return mediaRange.getSubtype().compareTo(STAR) == 0; in allowsAllContentSubTypes()
129 return mediaRange.getSubtype(); in getContentSubType()
DMediaRange.java84 public String getSubtype() { in getSubtype() method in MediaRange
DContentType.java143 return mediaRange == null ? null : mediaRange.getSubtype(); in getContentSubType()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1092 new TypeToken<Iterable<List<String>>>() {}.getSubtype(ListIterable.class)); in testGetSubtype_withTypeVariable()
1094 new TypeToken<Iterable<List<String>[]>>() {}.getSubtype(ListArrayIterable.class)); in testGetSubtype_withTypeVariable()
1096 new TypeToken<Iterable<List<String>[]>[]>() {}.getSubtype(ListArrayIterable[].class)); in testGetSubtype_withTypeVariable()
1101 TypeToken.of(Iterable.class).getSubtype(StringListIterable.class).getType()); in testGetSubtype_withoutTypeVariable()
1103 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class).getType()); in testGetSubtype_withoutTypeVariable()
1105 new TypeToken<Iterable<List<String>>>() {}.getSubtype(StringListArrayIterable.class)); in testGetSubtype_withoutTypeVariable()
1107 new TypeToken<Iterable<List<String>>[]>() {}.getSubtype(StringListArrayIterable[].class)); in testGetSubtype_withoutTypeVariable()
1112 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class)); in testGetSubtype_withArray()
1114 TypeToken.of(Object[].class).getSubtype(String[].class)); in testGetSubtype_withArray()
1116 TypeToken.of(Object.class).getSubtype(int[].class)); in testGetSubtype_withArray()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/json/
DImmutableMapTypeAdapterFactory.java52 TypeToken.get(betterToken.getSupertype(Map.class).getSubtype(HashMap.class) in create()
DImmutableListTypeAdatperFactory.java52 TypeToken.get(betterToken.getSupertype(List.class).getSubtype(ArrayList.class) in create()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNetworkInfo.java81 protected int getSubtype() { in getSubtype() method in ShadowNetworkInfo
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java1608 String code = expected.getSubtype(); in testAUnit()
2247 String code = unit.getSubtype(); in generateCXXHConstants()
2313 return o1.getSubtype().compareTo(o2.getSubtype()); in getAllUnits()
2381 System.out.print(" \"" + unit.getSubtype() + "\""); in generateCXXConstants()
2465 String code = unit.getSubtype(); in toCamelCase()
2543 String code = unit.getSubtype(); in toJAVAName()
2575 String code = unit.getSubtype(); in generateConstants()
2702 && a1.getSubtype().equals(b1.getSubtype()); in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java1605 String code = expected.getSubtype(); in testAUnit()
2244 String code = unit.getSubtype(); in generateCXXHConstants()
2310 return o1.getSubtype().compareTo(o2.getSubtype()); in getAllUnits()
2378 System.out.print(" \"" + unit.getSubtype() + "\""); in generateCXXConstants()
2462 String code = unit.getSubtype(); in toCamelCase()
2540 String code = unit.getSubtype(); in toJAVAName()
2572 String code = unit.getSubtype(); in generateConstants()
2699 && a1.getSubtype().equals(b1.getSubtype()); in hasSameBehavior()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DCombinedCurrencyMatcher.java50 this.isoCode = currency.getSubtype(); in CombinedCurrencyMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java48 this.isoCode = currency.getSubtype(); in CombinedCurrencyMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterImpl.java153 return unit != null && "percent".equals(unit.getSubtype()); in unitIsPercent()
157 return unit != null && "permille".equals(unit.getSubtype()); in unitIsPermille()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) { in getSubtype() method in TypeToken
991 return bound.getSubtype(subclass);
1015 .getSubtype(subclass.getComponentType());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterImpl.java152 return unit != null && "percent".equals(unit.getSubtype()); in unitIsPercent()
156 return unit != null && "permille".equals(unit.getSubtype()); in unitIsPermille()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowConnectivityManagerTest.java140 assertThat(info.getSubtype()).isEqualTo(TelephonyManager.NETWORK_TYPE_EDGE); in setActiveNetworkInfo_shouldSetActiveNetworkInfo()
175 assertThat(info.getSubtype()).isEqualTo(TelephonyManager.NETWORK_TYPE_EDGE); in setActiveNetworkInfo_shouldSetActiveNetwork()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DNetworkMonitorAutoDetect.java146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype()); in getNetworkState()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java317 if (CheckStatus.crossCheckSubtypes.contains(item.getSubtype())) { in getValueStatus()
886 public Subtype getSubtype() { in getSubtype() method in CheckCLDR.CheckStatus
1384 List<Pattern> xpathPatterns = filtersForLocale.get(status.getSubtype()); in shouldExcludeStatus()
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java410 outputSubtypes.add(checkStatus.getSubtype()); in getErrorStatus()
412 … appendToMessage(checkStatus.getMessage(), checkStatus.getSubtype(), errorMessage); in getErrorStatus()
417 outputSubtypes.add(checkStatus.getSubtype()); in getErrorStatus()
419 … appendToMessage(checkStatus.getMessage(), checkStatus.getSubtype(), errorMessage); in getErrorStatus()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLongNameHandler.java100 key.append(unit.getSubtype()); in getMeasureData()
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h99 const char *getSubtype() const;

12