Home
last modified time | relevance | path

Searched refs:UNCONVERTIBLE (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.cpp458 * `meter` and `pound` are `UNCONVERTIBLE`.
472 return UNCONVERTIBLE;
477 if (U_FAILURE(status)) return UNCONVERTIBLE;
496 return UNCONVERTIBLE;
531 if (unitsState == Convertibility::UNCONVERTIBLE) {
559 if (unitsState == Convertibility::UNCONVERTIBLE || unitsState == Convertibility::RECIPROCAL) {
H A Dunits_converter.h122 UNCONVERTIBLE, enumerator
134 * `meter` and `pound` are `UNCONVERTIBLE`.
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.cpp466 * `meter` and `pound` are `UNCONVERTIBLE`.
480 return UNCONVERTIBLE;
485 if (U_FAILURE(status)) return UNCONVERTIBLE;
504 return UNCONVERTIBLE;
539 if (unitsState == Convertibility::UNCONVERTIBLE) {
567 if (unitsState == Convertibility::UNCONVERTIBLE || unitsState == Convertibility::RECIPROCAL) {
H A Dunits_converter.h130 UNCONVERTIBLE, enumerator
142 * `meter` and `pound` are `UNCONVERTIBLE`.
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_converter.cpp451 * `meter` and `pound` are `UNCONVERTIBLE`.
465 return UNCONVERTIBLE;
470 if (U_FAILURE(status)) return UNCONVERTIBLE;
489 return UNCONVERTIBLE;
524 if (unitsState == Convertibility::UNCONVERTIBLE) {
552 if (unitsState == Convertibility::UNCONVERTIBLE || unitsState == Convertibility::RECIPROCAL) {
H A Dunits_converter.h116 UNCONVERTIBLE, enumerator
128 * `meter` and `pound` are `UNCONVERTIBLE`.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsConverter.java87 return Convertibility.UNCONVERTIBLE; in extractConvertibility()
145 UNCONVERTIBLE, enum constant
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp496 unitsTest->assertNotEquals(msg.data(), UNCONVERTIBLE, convertibility); in unitsTestDataLineFn()

Completed in 6 milliseconds