Lines Matching refs:testCount
852 int32_t testCount = 0; in TestGetLangsAndCountries() local
860 for(testCount = 0;test[testCount];testCount++) in TestGetLangsAndCountries()
864 if (testCount != 593) in TestGetLangsAndCountries()
865 errln("Expected getISOLanguages() to return 593 languages; it returned %d", testCount); in TestGetLangsAndCountries()
869 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries()
872 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries()
876 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries()
892 for(testCount=0;test[testCount];testCount++) in TestGetLangsAndCountries()
895 if (testCount != 249){ in TestGetLangsAndCountries()
896 errln("Expected getISOCountries to return 249 countries; it returned %d", testCount); in TestGetLangsAndCountries()
900 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries()
908 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
912 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries()