Home | History | Annotate | Download | only in intltest

Lines Matching full:loc5

2206     Locale loc5("","Latn","US","FOUR");
2207 if (0 != strcmp(loc5.getVariant(), "FOUR")) {
2208 errln("FAIL: _Latn_US_FOUR didn't get parsed correctly - name is %s - expected %s got %s", loc5.getName(), "FOUR", loc5.getVariant());