Home | History | Annotate | Download | only in nls

Lines Matching defs:testcases

46 const TestCase testcases[] = {
80 const char *orig = testcases[i].orig;
81 const char *transl = gettext(testcases[i].orig);
82 const char *latin1 = testcases[i].latin1;
83 const char *utf8 = testcases[i].utf8;
166 for (i=0; testcases[i].locale != NULL; i++) {
167 const int localelen = strlen(testcases[i].locale);
168 if (strncmp(newlocale, testcases[i].locale, localelen) == 0) {
183 for (i=0; testcases[i].locale != NULL; i++) {
184 printf("%s\n", testcases[i].locale);