Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c52 skipSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges) { in skipSpecialValues() argument
54 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {} in skipSpecialValues()
59 getSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges, in getSpecialValues() argument
62 if(i<countCheckRanges && checkRanges[i].limit<0) { in getSpecialValues()
67 if(i<countCheckRanges && checkRanges[i].limit==0) { in getSpecialValues()
100 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieEnum() argument
102 while(countCheckRanges>0 && checkRanges[0].limit<=0) { in testTrieEnum()
104 --countCheckRanges; in testTrieEnum()
113 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieGetters() argument
122 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); in testTrieGetters()
[all …]
Dtrietest.c143 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieIteration() argument
156 for(i=0; i<countCheckRanges; ++i) { in testTrieIteration()
258 const CheckRange checkRanges[], int32_t countCheckRanges, in testTrieRangesWithMalloc() argument
298 for(i=0; i<countCheckRanges; ++i) { in testTrieRangesWithMalloc()
335 for(i=0; i<countCheckRanges && start<=0xff; ++i) { in testTrieRangesWithMalloc()
367 for(i=0; i<countCheckRanges; ++i) { in testTrieRangesWithMalloc()
440 testTrieIteration(testName, &trie, checkRanges, countCheckRanges); in testTrieRangesWithMalloc()
447 const CheckRange checkRanges[], int32_t countCheckRanges, in testTrieRanges() argument
489 for(i=0; i<countCheckRanges; ++i) { in testTrieRanges()
542 for(i=0; i<countCheckRanges && start<=0xff; ++i) { in testTrieRanges()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieTest.java143 int countCheckRanges) in _testTrieIteration() argument
149 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieIteration()
200 CheckRange checkRanges[], int countCheckRanges, in _testTrieRanges() argument
229 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieRanges()
250 for (int i = 0; i < countCheckRanges && start <= 0xff; ++ i) { in _testTrieRanges()
274 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieRanges()
353 _testTrieIteration(trie, checkRanges, countCheckRanges); in _testTrieRanges()
359 int countCheckRanges) in _testTrieRanges2() argument
361 _testTrieRanges(setRanges, countSetRanges, checkRanges, countCheckRanges, in _testTrieRanges2()
364 _testTrieRanges(setRanges, countSetRanges, checkRanges, countCheckRanges, in _testTrieRanges2()
[all …]
DTrie2Test.java627 int countCheckRanges = checkRanges.length; in trieGettersTest() local
643 for(i=countSpecials; i<countCheckRanges; ++i) { in trieGettersTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieTest.java140 int countCheckRanges) in _testTrieIteration() argument
146 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieIteration()
197 CheckRange checkRanges[], int countCheckRanges, in _testTrieRanges() argument
226 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieRanges()
247 for (int i = 0; i < countCheckRanges && start <= 0xff; ++ i) { in _testTrieRanges()
271 for (int i = 0; i < countCheckRanges; ++ i) { in _testTrieRanges()
350 _testTrieIteration(trie, checkRanges, countCheckRanges); in _testTrieRanges()
356 int countCheckRanges) in _testTrieRanges2() argument
358 _testTrieRanges(setRanges, countSetRanges, checkRanges, countCheckRanges, in _testTrieRanges2()
361 _testTrieRanges(setRanges, countSetRanges, checkRanges, countCheckRanges, in _testTrieRanges2()
[all …]
DTrie2Test.java624 int countCheckRanges = checkRanges.length; in trieGettersTest() local
640 for(i=countSpecials; i<countCheckRanges; ++i) { in trieGettersTest()