Lines Matching refs:getVariant
282 if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i])) in TestBasicGetters()
310 if (testLocale.getVariant()[0] != 0) in TestBasicGetters()
329 temp = test8.getVariant(); in TestBasicGetters()
354 *bogusLang.getVariant()!=0 || in TestBasicGetters()
2412 if (0 != strcmp(loc.getVariant(), "POSIX")) { in TestVariantWithOutCountry()
2413 …get parsed correctly - name is %s - expected %s got %s", loc.getName(), "POSIX", loc.getVariant()); in TestVariantWithOutCountry()
2416 if (0 != strcmp(loc2.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2417 …et parsed correctly - name is %s - expected %s got %s", loc2.getName(), "FOUR", loc2.getVariant()); in TestVariantWithOutCountry()
2420 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2421 …et parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVariant()); in TestVariantWithOutCountry()
2424 if (0 != strcmp(loc4.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2425 …et parsed correctly - name is %s - expected %s got %s", loc4.getName(), "FOUR", loc4.getVariant()); in TestVariantWithOutCountry()
2428 if (0 != strcmp(loc5.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
2429 …et parsed correctly - name is %s - expected %s got %s", loc5.getName(), "FOUR", loc5.getVariant()); in TestVariantWithOutCountry()
2432 if (0 != strcmp(loc6.getVariant(), "1901")) { in TestVariantWithOutCountry()
2433 …et parsed correctly - name is %s - expected %s got %s", loc6.getName(), "1901", loc6.getVariant()); in TestVariantWithOutCountry()
2883 const char *variant = l.getVariant(); in TestGetVariantWithKeywords()
3097 assertEquals("variant", l7.getVariant(), l8.getVariant()); in TestMoveAssign()
3134 assertEquals("variant", l7.getVariant(), l8.getVariant()); in TestMoveCtor()