Lines Matching refs:count1
1000 int32_t count1, count2; in TestGetAll() local
1005 const Locale* list = Collator::getAvailableLocales(count1); in TestGetAll()
1006 for (int32_t i = 0; i < count1; ++i) { in TestGetAll()
1014 if (count1 == 0 || list == NULL) { in TestGetAll()
1034 if (count1 != count2) { in TestGetAll()
1035 …errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count… in TestGetAll()
1039 count1 = 0; in TestGetAll()
1045 count1++; in TestGetAll()
1047 if (count1 != count2) { in TestGetAll()
1048 …lableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2); in TestGetAll()
1050 if (localeEnum->count(status) != count1) { in TestGetAll()
1051 …um->count() returned %d and getAvailableLocales() returned %d", localeEnum->count(status), count1); in TestGetAll()