Home
last modified time | relevance | path

Searched refs:isUsingBytes (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp107 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
112 assertTrue("Should be using byte array", fq.isUsingBytes()); in testSwitchStorage()
118 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java297 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
302 assertTrue("Should be using byte array", fq.isUsingBytes()); in testSwitchStorage()
307 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java294 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
299 assertTrue("Should be using byte array", fq.isUsingBytes()); in testSwitchStorage()
304 assertFalse("Should not be using byte array", fq.isUsingBytes()); in testSwitchStorage()
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h260 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java445 public boolean isUsingBytes() { in isUsingBytes() method in DecimalQuantity_DualStorageBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java443 public boolean isUsingBytes() { in isUsingBytes() method in DecimalQuantity_DualStorageBCD