Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c49 skipSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges) { in skipSpecialValues() argument
51 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {} in skipSpecialValues()
56 getSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges, in getSpecialValues() argument
59 if(i<countCheckRanges && checkRanges[i].limit<0) { in getSpecialValues()
64 if(i<countCheckRanges && checkRanges[i].limit==0) { in getSpecialValues()
97 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieEnum() argument
99 while(countCheckRanges>0 && checkRanges[0].limit<=0) { in testTrieEnum()
101 --countCheckRanges; in testTrieEnum()
110 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieGetters() argument
119 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/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.java623 int countCheckRanges = checkRanges.length; in trieGettersTest() local
639 for(i=countSpecials; i<countCheckRanges; ++i) { in trieGettersTest()