Lines Matching refs:getVariant

254         if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i]))  in TestBasicGetters()
282 if (testLocale.getVariant()[0] != 0) in TestBasicGetters()
301 temp = test8.getVariant(); in TestBasicGetters()
326 *bogusLang.getVariant()!=0 || in TestBasicGetters()
2191 if (0 != strcmp(loc.getVariant(), "POSIX")) { in TestVariantWithOutCountry()
2192 …get parsed correctly - name is %s - expected %s got %s", loc.getName(), "POSIX", loc.getVariant()); in TestVariantWithOutCountry()
2195 if (0 != strcmp(loc2.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2196 …et parsed correctly - name is %s - expected %s got %s", loc2.getName(), "FOUR", loc2.getVariant()); in TestVariantWithOutCountry()
2199 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2200 …et parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVariant()); in TestVariantWithOutCountry()
2203 if (0 != strcmp(loc4.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2204 …et parsed correctly - name is %s - expected %s got %s", loc4.getName(), "FOUR", loc4.getVariant()); in TestVariantWithOutCountry()
2207 if (0 != strcmp(loc5.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2208 …et parsed correctly - name is %s - expected %s got %s", loc5.getName(), "FOUR", loc5.getVariant()); in TestVariantWithOutCountry()
2211 if (0 != strcmp(loc6.getVariant(), "1901")) { in TestVariantWithOutCountry()
2212 …et parsed correctly - name is %s - expected %s got %s", loc6.getName(), "1901", loc6.getVariant()); in TestVariantWithOutCountry()
2662 const char *variant = l.getVariant(); in TestGetVariantWithKeywords()