/external/icu/icu4c/source/i18n/ |
D | number_utils.h | 56 return uprv_strcmp("percent", unit.getSubtype()) == 0; in unitIsPercent() 60 return uprv_strcmp("permille", unit.getSubtype()) == 0; in unitIsPermille()
|
D | currunit.cpp | 65 u_charsToUChars(getSubtype(), isoCode, 4); in CurrencyUnit()
|
D | number_longnames.cpp | 104 key.append(unit.getSubtype(), status); in getMeasureData()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckWidths.java | 39 Subtype exp = err.getSubtype(); in TestBasic() 40 assertEquals("errorSubType", Subtype.valueTooWide, err.getSubtype()); in TestBasic()
|
D | TestCheckCLDR.java | 175 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/ |
D | Accept.java | 85 return mediaRange.getSubtype().compareTo(STAR) == 0; in allowsAllContentSubTypes() 129 return mediaRange.getSubtype(); in getContentSubType()
|
D | MediaRange.java | 84 public String getSubtype() { in getSubtype() method in MediaRange
|
D | ContentType.java | 143 return mediaRange == null ? null : mediaRange.getSubtype(); in getContentSubType()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 1092 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/ |
D | ImmutableMapTypeAdapterFactory.java | 52 TypeToken.get(betterToken.getSupertype(Map.class).getSubtype(HashMap.class) in create()
|
D | ImmutableListTypeAdatperFactory.java | 52 TypeToken.get(betterToken.getSupertype(List.class).getSubtype(ArrayList.class) in create()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNetworkInfo.java | 81 protected int getSubtype() { in getSubtype() method in ShadowNetworkInfo
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1608 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/ |
D | MeasureUnitTest.java | 1605 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/ |
D | CombinedCurrencyMatcher.java | 50 this.isoCode = currency.getSubtype(); in CombinedCurrencyMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | CombinedCurrencyMatcher.java | 48 this.isoCode = currency.getSubtype(); in CombinedCurrencyMatcher()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberFormatterImpl.java | 153 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/ |
D | TypeToken.java | 398 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/ |
D | NumberFormatterImpl.java | 152 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/ |
D | ShadowConnectivityManagerTest.java | 140 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/ |
D | NetworkMonitorAutoDetect.java | 146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype()); in getNetworkState()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 317 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/ |
D | VettingViewer.java | 410 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/ |
D | LongNameHandler.java | 100 key.append(unit.getSubtype()); in getMeasureData()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 99 const char *getSubtype() const;
|