Lines Matching defs:testCount
859 int32_t testCount = 0;
867 for(testCount = 0;test[testCount];testCount++)
871 if (testCount != 559)
872 errln("Expected getISOLanguages() to return 559 languages; it returned %d", testCount);
876 for (j = 0; j < testCount; j++)
879 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0))
883 for (i = 0; i < testCount; i++) {
899 for(testCount=0;test[testCount];testCount++)
902 if (testCount != 249){
903 errln("Expected getISOCountries to return 249 countries; it returned %d", testCount);
907 for (j = 0; j < testCount; j++)
915 if (j == testCount || testee != spotCheck2[i])
919 for (i = 0; i < testCount; i++) {