Home
last modified time | relevance | path

Searched refs:countErrors (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCodePointTrieTest.java227 int countErrors=0; in testTrieGetters() local
247 ++countErrors; in testTrieGetters()
257 ++countErrors; in testTrieGetters()
265 ++countErrors; in testTrieGetters()
274 ++countErrors; in testTrieGetters()
277 if(countErrors>10) { in testTrieGetters()
298 int countErrors=0; in testBuilderGetters() local
315 ++countErrors; in testBuilderGetters()
318 if(countErrors>10) { in testBuilderGetters()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCodePointTrieTest.java224 int countErrors=0; in testTrieGetters() local
244 ++countErrors; in testTrieGetters()
254 ++countErrors; in testTrieGetters()
262 ++countErrors; in testTrieGetters()
271 ++countErrors; in testTrieGetters()
274 if(countErrors>10) { in testTrieGetters()
295 int countErrors=0; in testBuilderGetters() local
312 ++countErrors; in testBuilderGetters()
315 if(countErrors>10) { in testBuilderGetters()
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c191 int32_t countErrors=0; in testTrieGetters() local
214 ++countErrors; in testTrieGetters()
229 ++countErrors; in testTrieGetters()
242 ++countErrors; in testTrieGetters()
264 ++countErrors; in testTrieGetters()
270 ++countErrors; in testTrieGetters()
273 if(countErrors>10) { in testTrieGetters()
296 ++countErrors; in testTrieGetters()
299 if(countErrors>10) { in testTrieGetters()
348 int32_t countErrors=0; in testBuilderGetters() local
[all …]
Dbocu1tst.c793 int32_t i, cmp, countErrors; in TestBOCU1RefDiff() local
820 countErrors=0; in TestBOCU1RefDiff()
846 ++countErrors; in TestBOCU1RefDiff()
860 if(countErrors==0) { in TestBOCU1RefDiff()
863 … log_err("writeDiff(-0x10ffff..0x10ffff) violates lexical ordering in %d cases\n", countErrors); in TestBOCU1RefDiff()