Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.h337 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes() function in number::impl::DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.h337 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes() function in number::impl::DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.h314 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes() function in number::impl::DecimalQuantity
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_decimalquantity.cpp121 assertFalse("Should not be using byte array", fq.isUsingBytes());
126 assertTrue("Should be using byte array", fq.isUsingBytes());
132 assertFalse("Should not be using byte array", fq.isUsingBytes());
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java438 public boolean isUsingBytes() { in isUsingBytes() method in DecimalQuantity_DualStorageBCD
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DDecimalQuantityTest.java308 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
313 assertTrue("Should be using byte array", fq.isUsingBytes()); in testSwitchStorage()
318 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DDecimalQuantityTest.java309 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
314 assertTrue("Should be using byte array", fq.isUsingBytes()); in testSwitchStorage()
319 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java480 public boolean isUsingBytes() { in isUsingBytes() method in DecimalQuantity_DualStorageBCD

Completed in 11 milliseconds