/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 52 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() 101 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieEnum() argument 104 while(countCheckRanges>0 && checkRanges[0].limit<=0) { in testTrieEnum() 106 --countCheckRanges; in testTrieEnum() 115 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieGetters() argument 124 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); in testTrieGetters() [all …]
|
D | ucptrietest.c | 44 skipSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges) { in skipSpecialValues() argument 46 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {} in skipSpecialValues() 51 getSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges, in getSpecialValues() argument 54 if(i<countCheckRanges && checkRanges[i].limit<0) { in getSpecialValues() 59 if(i<countCheckRanges && checkRanges[i].limit==0) { in getSpecialValues() 112 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieGetRanges() argument 129 for (i = 0; i < countCheckRanges && checkRanges[i].limit <= start; ++i) {} in testTrieGetRanges() 133 if (i < countCheckRanges) { in testTrieGetRanges() 150 if (i < countCheckRanges) { in testTrieGetRanges() 168 if (i < countCheckRanges) { in testTrieGetRanges() [all …]
|
D | trietest.c | 144 const CheckRange checkRanges[], int32_t countCheckRanges) { in testTrieIteration() argument 157 for(i=0; i<countCheckRanges; ++i) { in testTrieIteration() 259 const CheckRange checkRanges[], int32_t countCheckRanges, in testTrieRangesWithMalloc() argument 299 for(i=0; i<countCheckRanges; ++i) { in testTrieRangesWithMalloc() 336 for(i=0; i<countCheckRanges && start<=0xff; ++i) { in testTrieRangesWithMalloc() 368 for(i=0; i<countCheckRanges; ++i) { in testTrieRangesWithMalloc() 441 testTrieIteration(testName, &trie, checkRanges, countCheckRanges); in testTrieRangesWithMalloc() 448 const CheckRange checkRanges[], int32_t countCheckRanges, in testTrieRanges() argument 490 for(i=0; i<countCheckRanges; ++i) { in testTrieRanges() 543 for(i=0; i<countCheckRanges && start<=0xff; ++i) { in testTrieRanges() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TrieTest.java | 143 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 …]
|
D | Trie2Test.java | 627 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/ |
D | TrieTest.java | 140 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 …]
|
D | Trie2Test.java | 624 int countCheckRanges = checkRanges.length; in trieGettersTest() local 640 for(i=countSpecials; i<countCheckRanges; ++i) { in trieGettersTest()
|