Lines Matching refs:getEnglish
636 Locale::getEnglish(), in testApostropheInPluralAndSelect()
1018 msg.setLocale(Locale::getEnglish()); in testSetLocale()
1020 if (msg.getLocale() != Locale::getEnglish()) { in testSetLocale()
1846 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode); in TestTrimArgumentName()
1871 Locale::getEnglish(), errorCode); in TestSelectOrdinal()
1901 Locale::getEnglish(), errorCode); in TestDecimals()
1916 Locale::getEnglish(), errorCode); in TestDecimals()
1930 Locale::getEnglish(), errorCode); in TestDecimals()
1949 Locale::getEnglish(), errorCode); in TestDecimals()
1970 MessageFormat mf1("{0,select,a{A}ab{AB}abc{ABC}other{?}}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother()
1982 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother()
1990 MessageFormat mf3("{aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother()