Home | History | Annotate | Download | only in intltest

Lines Matching full:spotcheck1

861     const char spotCheck1[ ][4] = { "en", "es", "fr", "de", "it",
877 if (uprv_strcmp(test[j],spotCheck1[i])== 0)
879 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0))
880 errln("Couldn't find " + (UnicodeString)spotCheck1[i] + " in language list.");