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