/third_party/icu/icu4c/source/test/intltest/ |
H A 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/tests/core/src/com/ibm/icu/dev/test/impl/ |
H A D | UnitsTest.java | 265 new TestData("meter", "foot", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 266 new TestData("kilometer", "foot", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 267 new TestData("hectare", "square-foot", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 269 new TestData("square-meter", "square-foot", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 270 new TestData("kilometer-per-second", "foot-per-second", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 271 new TestData("square-hectare", "pow4-foot", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 274 new TestData("square-meter-per-square-hour", "hectare-per-square-second", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 275 new TestData("hertz", "revolution-per-second", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 276 new TestData("millimeter", "meter", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() 277 new TestData("yard", "meter", UnitsConverter.Convertibility.CONVERTIBLE), in testExtractConvertibility() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A 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, enum constant
|
H A D | ConversionRates.java | 65 if (convertibility != UnitsConverter.Convertibility.CONVERTIBLE) return BigDecimal.valueOf(0); in getOffset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_converter.h | 121 CONVERTIBLE, enumerator 132 * `meter` and `foot` are `CONVERTIBLE`.
|
H A D | units_converter.cpp | 290 if (unitsState == Convertibility::CONVERTIBLE) { 456 * `meter` and `foot` are `CONVERTIBLE`. 489 return CONVERTIBLE;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.h | 115 CONVERTIBLE, enumerator 126 * `meter` and `foot` are `CONVERTIBLE`.
|
H A D | units_converter.cpp | 289 if (unitsState == Convertibility::CONVERTIBLE) { 449 * `meter` and `foot` are `CONVERTIBLE`. 482 return CONVERTIBLE;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_converter.h | 129 CONVERTIBLE, enumerator 140 * `meter` and `foot` are `CONVERTIBLE`.
|
H A D | units_converter.cpp | 290 if (unitsState == Convertibility::CONVERTIBLE) { 464 * `meter` and `foot` are `CONVERTIBLE`. 497 return CONVERTIBLE;
|