Home | History | Annotate | Download | only in intltest

Lines Matching full:loc3

2198     Locale loc3("en","Latn","","FOUR");
2199 if (0 != strcmp(loc3.getVariant(), "FOUR")) {
2200 errln("FAIL: en_Latn__FOUR didn't get parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVariant());