Searched refs:CONVERTIBLE (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
D | UnitsTest.java | 265 new TestData("meter", "foot", UnitsConverter.Convertibility.CONVERTIBLE), 266 new TestData("kilometer", "foot", UnitsConverter.Convertibility.CONVERTIBLE), 267 new TestData("hectare", "square-foot", UnitsConverter.Convertibility.CONVERTIBLE), 269 … new TestData("square-meter", "square-foot", UnitsConverter.Convertibility.CONVERTIBLE), 270 …new TestData("kilometer-per-second", "foot-per-second", UnitsConverter.Convertibility.CONVERTIBLE), 271 … new TestData("square-hectare", "pow4-foot", UnitsConverter.Convertibility.CONVERTIBLE), 274 …re-meter-per-square-hour", "hectare-per-square-second", UnitsConverter.Convertibility.CONVERTIBLE), 275 … new TestData("hertz", "revolution-per-second", UnitsConverter.Convertibility.CONVERTIBLE), 276 new TestData("millimeter", "meter", UnitsConverter.Convertibility.CONVERTIBLE), 277 new TestData("yard", "meter", UnitsConverter.Convertibility.CONVERTIBLE), [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | units_test.cpp | 131 {"meter", "foot", CONVERTIBLE}, // in testExtractConvertibility() 132 {"kilometer", "foot", CONVERTIBLE}, // in testExtractConvertibility() 133 {"hectare", "square-foot", CONVERTIBLE}, // in testExtractConvertibility() 135 {"square-meter", "square-foot", CONVERTIBLE}, // in testExtractConvertibility() 136 {"kilometer-per-second", "foot-per-second", CONVERTIBLE}, // in testExtractConvertibility() 137 {"square-hectare", "pow4-foot", CONVERTIBLE}, // in testExtractConvertibility() 140 {"square-meter-per-square-hour", "hectare-per-square-second", CONVERTIBLE}, // in testExtractConvertibility() 141 {"hertz", "revolution-per-second", CONVERTIBLE}, // in testExtractConvertibility() 142 {"millimeter", "meter", CONVERTIBLE}, // in testExtractConvertibility() 143 {"yard", "meter", CONVERTIBLE}, // in testExtractConvertibility() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | UnitsConverter.java | 52 … if (convertibility != Convertibility.CONVERTIBLE && convertibility != Convertibility.RECIPROCAL) { in UnitsConverter() 59 if (convertibility == Convertibility.CONVERTIBLE) { in UnitsConverter() 82 if (areDimensionsZeroes(dimensionMap)) return Convertibility.CONVERTIBLE; in extractConvertibility() 143 CONVERTIBLE, enumConstant
|
D | ConversionRates.java | 65 … if (convertibility != UnitsConverter.Convertibility.CONVERTIBLE) return BigDecimal.valueOf(0); in getOffset()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_converter.h | 129 CONVERTIBLE, enumerator
|
D | units_converter.cpp | 290 if (unitsState == Convertibility::CONVERTIBLE) { in loadConversionRate() 497 return CONVERTIBLE; in extractConvertibility()
|
/third_party/icu/icu4c/source/i18n/ |
D | units_converter.h | 121 CONVERTIBLE, enumerator
|
D | units_converter.cpp | 290 if (unitsState == Convertibility::CONVERTIBLE) { in loadConversionRate() 489 return CONVERTIBLE; in extractConvertibility()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_converter.h | 115 CONVERTIBLE, enumerator
|
D | units_converter.cpp | 289 if (unitsState == Convertibility::CONVERTIBLE) { in loadConversionRate() 482 return CONVERTIBLE; in extractConvertibility()
|