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.java287 String message = ((DecimalQuantity_DualStorageBCD) rq0).checkHealth(); in testDecimalQuantityBehavior()
292 String message = ((DecimalQuantity_DualStorageBCD) rq1).checkHealth(); in testDecimalQuantityBehavior()
305 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
310 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
315 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
332 assertNull("Failed health check", fq.checkHealth()); in testAppend()
335 assertNull("Failed health check", fq.checkHealth()); in testAppend()
338 assertNull("Failed health check", fq.checkHealth()); in testAppend()
341 assertNull("Failed health check", fq.checkHealth()); in testAppend()
344 assertNull("Failed health check", fq.checkHealth()); in testAppend()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java284 String message = ((DecimalQuantity_DualStorageBCD) rq0).checkHealth(); in testDecimalQuantityBehavior()
289 String message = ((DecimalQuantity_DualStorageBCD) rq1).checkHealth(); in testDecimalQuantityBehavior()
302 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
307 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
312 assertNull("Failed health check", fq.checkHealth()); in testSwitchStorage()
329 assertNull("Failed health check", fq.checkHealth()); in testAppend()
332 assertNull("Failed health check", fq.checkHealth()); in testAppend()
335 assertNull("Failed health check", fq.checkHealth()); in testAppend()
338 assertNull("Failed health check", fq.checkHealth()); in testAppend()
341 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.h267 const char16_t* checkHealth() const;
Dnumber_decimalquantity.cpp1223 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/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java374 public String checkHealth() { in checkHealth() method in DecimalQuantity_DualStorageBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java376 public String checkHealth() { in checkHealth() method in DecimalQuantity_DualStorageBCD
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp50 const char16_t* health = fq.checkHealth(); in assertHealth()