Home | History | Annotate | Download | only in intltest

Lines Matching full:main

350         "%main:\n"
1665 UnicodeString rules("%main:0:no;1:some;100:a lot;1000:tons;\n"
1686 UnicodeString loc("<<%main, %other>,<en, Main, Other>,<fr, leMain, leOther>,<de, 'das Main', 'etwas anderes'>>");
1706 if ( formatter0.getRuleSetDisplayName(0, locale0) == "Main"
1707 && formatter0.getRuleSetDisplayName(0, locale1) == "das Main"
1708 main"
1709 && formatter0.getRuleSetDisplayName(name, locale0) == "Main"
1710 && formatter0.getRuleSetDisplayName(name, locale1) == "das Main"
1711 && formatter0.getRuleSetDisplayName(name, locale2) == "%main"){
1740 "<<%main>>", // no localizations ok
1741 "<<%main,>,<en, Main,>>", // comma before close angle ok
1742 "<<%main>,<en, ',<>\" '>>", // quotes everything until next quote
1743 "<<%main>,<'en', \"it's ok\">>", // double quotes work too
1744 " \n <\n <\n %main\n >\n , \t <\t en\t , \tfoo \t\t > \n\n > \n ", // rule whitespace ok
1755 " x<<%main>>", // first non space char not open angle bracket
1756 "<%main>", // missing inner array
1757 "<<%main %other>>", // elements missing separating commma (spaces must be quoted)
1758 "<<%main><en, Main>>", // arrays missing separating comma
1759 "<<%main>,<en, main, foo>>", // too many elements in locale data
1760 "<<%main>,<en>>", // too few elements in locale data
1761 "<<<%main>>>", // unexpected open angle
1762 "<<%main<>>>", // unexpected open angle
1763 "<<%main, %other>,<en,,>>", // implicit empty strings
1764 "<<%main>,<en,''>>", // empty string
1765 "<<%main>, < en, '>>", // unterminated quote
1766 "<<%main>, < en, \"<>>", // unterminated quote
1767 "<<%main\">>", // quote in string
1768 "<<%main'>>", // quote in string
1769 "<<%main<>>", // open angle in string
1770 "<<%main>> x", // extra non-space text at end