Lines Matching refs:getVariant
320 if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i])) in TestBasicGetters()
348 if (testLocale.getVariant()[0] != 0) in TestBasicGetters()
367 temp = test8.getVariant(); in TestBasicGetters()
392 *bogusLang.getVariant()!=0 || in TestBasicGetters()
4739 if (0 != strcmp(loc.getVariant(), "POSIX")) { in TestVariantWithOutCountry()
4740 …get parsed correctly - name is %s - expected %s got %s", loc.getName(), "POSIX", loc.getVariant()); in TestVariantWithOutCountry()
4743 if (0 != strcmp(loc2.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
4744 …et parsed correctly - name is %s - expected %s got %s", loc2.getName(), "FOUR", loc2.getVariant()); in TestVariantWithOutCountry()
4747 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
4748 …et parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVariant()); in TestVariantWithOutCountry()
4751 if (0 != strcmp(loc4.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
4752 …et parsed correctly - name is %s - expected %s got %s", loc4.getName(), "FOUR", loc4.getVariant()); in TestVariantWithOutCountry()
4755 if (0 != strcmp(loc5.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
4756 …et parsed correctly - name is %s - expected %s got %s", loc5.getName(), "FOUR", loc5.getVariant()); in TestVariantWithOutCountry()
4759 if (0 != strcmp(loc6.getVariant(), "1901")) { in TestVariantWithOutCountry()
4760 …et parsed correctly - name is %s - expected %s got %s", loc6.getName(), "1901", loc6.getVariant()); in TestVariantWithOutCountry()
5373 const char *variant = l.getVariant(); in TestGetVariantWithKeywords()
5867 assertEquals("variant", l7.getVariant(), l8.getVariant()); in TestMoveAssign()
5904 assertEquals("variant", l7.getVariant(), l8.getVariant()); in TestMoveCtor()