Searched refs:countSpecials (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrie2Test.java628 int i, countSpecials;
630 countSpecials=0; /*getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);*/
633 if (checkRanges[countSpecials][0] == 0) {
634 initialValue = checkRanges[countSpecials][1];
635 countSpecials++;
639 for(i=countSpecials; i<countCheckRanges; ++i) {
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c114 int32_t i, countSpecials; local
119 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
122 for(i=countSpecials; i<countCheckRanges; ++i) {
173 for(i=countSpecials; i<countCheckRanges && start<=0x7f; ++i) {
376 int32_t i, countSpecials, length, countValues; local
379 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
390 for(i=countSpecials; i<countCheckRanges; ++i) {

Completed in 273 milliseconds