Searched defs:countCheckRanges (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dtrietest.c142 const CheckRange checkRanges[], int32_t countCheckRanges) {
155 for(i=0; i<countCheckRanges; ++i) {
257 const CheckRange checkRanges[], int32_t countCheckRanges,
297 for(i=0; i<countCheckRanges; ++i) {
334 for(i=0; i<countCheckRanges && start<=0xff; ++i) {
366 for(i=0; i<countCheckRanges; ++i) {
439 testTrieIteration(testName, &trie, checkRanges, countCheckRanges);
446 const CheckRange checkRanges[], int32_t countCheckRanges,
488 for(i=0; i<countCheckRanges; ++i) {
541 for(i=0; i<countCheckRanges
140 testTrieIteration(const char *testName, const UTrie *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
255 testTrieRangesWithMalloc(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32, UBool latin1Linear) argument
444 testTrieRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32, UBool latin1Linear) argument
652 testTrieRanges2(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32) argument
680 testTrieRanges4(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
H A Dtrie2test.c51 skipSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges) { argument
53 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {}
58 getSpecialValues(const CheckRange checkRanges[], int32_t countCheckRanges, argument
61 if(i<countCheckRanges && checkRanges[i].limit<0) {
66 if(i<countCheckRanges && checkRanges[i].limit==0) {
99 const CheckRange checkRanges[], int32_t countCheckRanges) {
101 while(countCheckRanges>0 && checkRanges[0].limit<=0) {
103 --countCheckRanges;
112 const CheckRange checkRanges[], int32_t countCheckRanges) {
121 countSpecials=getSpecialValues(checkRanges, countCheckRanges,
97 testTrieEnum(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
110 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
269 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
349 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
485 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
534 testNewTrie(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
542 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
751 testTrieSerializeAllValueBits(const char *testName, UTrie2 *trie, UBool withClone, const CheckRange checkRanges[], int32_t countCheckRanges) argument
797 makeTrieWithRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
857 testTrieRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1284 makeNewTrie1WithRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1329 testTrie2FromTrie1(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]

Completed in 275 milliseconds