Home
last modified time | relevance | path

Searched refs:checkHealth (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java281 String message = ((DecimalQuantity_DualStorageBCD) rq0).checkHealth(); in testDecimalQuantityBehavior()
286 String message = ((DecimalQuantity_DualStorageBCD) rq1).checkHealth(); in testDecimalQuantityBehavior()
299 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
304 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
309 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
317 assertNull("Failed health check", fq.checkHealth()); in testAppend()
320 assertNull("Failed health check", fq.checkHealth()); in testAppend()
323 assertNull("Failed health check", fq.checkHealth()); in testAppend()
326 assertNull("Failed health check", fq.checkHealth()); in testAppend()
329 assertNull("Failed health check", fq.checkHealth()); in testAppend()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java278 String message = ((DecimalQuantity_DualStorageBCD) rq0).checkHealth(); in testDecimalQuantityBehavior()
283 String message = ((DecimalQuantity_DualStorageBCD) rq1).checkHealth(); in testDecimalQuantityBehavior()
296 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
301 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
306 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
314 assertNull("Failed health check", fq.checkHealth()); in testAppend()
317 assertNull("Failed health check", fq.checkHealth()); in testAppend()
320 assertNull("Failed health check", fq.checkHealth()); in testAppend()
323 assertNull("Failed health check", fq.checkHealth()); in testAppend()
326 assertNull("Failed health check", fq.checkHealth()); in testAppend()
[all …]
/external/brotli/java/org/brotli/dec/
DBitReader.java79 static void checkHealth(State s, int endOfStream) { in checkHealth() method in BitReader
162 checkHealth(s, 0); in prepare()
229 checkHealth(s, 0); in copyBytes()
DBitReaderTest.java28 BitReader.checkHealth(reader, 0); in testReadAfterEos()
DDecode.java1005 BitReader.checkHealth(s, 1); in decompress()
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h249 const char16_t* checkHealth() const;
Dnumber_decimalquantity.cpp1121 const char16_t* DecimalQuantity::checkHealth() const { in checkHealth() function in DecimalQuantity
/external/brotli/js/
Ddecode.js1041 checkHealth(s, 1);
1273 function checkHealth(s, endOfStream) { function in BrotliDecodeClosure
1327 checkHealth(s, 0);
1407 checkHealth(s, 0);
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java384 public String checkHealth() { in checkHealth() method in DecimalQuantity_DualStorageBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java382 public String checkHealth() { in checkHealth() method in DecimalQuantity_DualStorageBCD
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp46 const char16_t* health = fq.checkHealth(); in assertHealth()