Home | History | Annotate | Download | only in intltest

Lines Matching defs:count2

1038     int32_t count1, count2;
1060 count2 = 0;
1070 count2++;
1072 if (count1 != count2) {
1073 errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2);
1085 if (count1 != count2) {
1086 errln("getAvailableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2);