Home | History | Annotate | Download | only in text

Lines Matching defs:ORDINAL

45  * spells out a value in words (123 is "one hundred twenty-three"); ordinal, which
46 * appends an ordinal suffix to the end of a numeral (123 is "123rd"); and
482 * <td style="width: 37;">$(ordinal,<i>plural syntax</i>)$</td>
487 * This uses the ordinal plural rules from PluralFormat. All strings used in the plural format are treated
556 * Selector code that tells the constructor to create an ordinal formatter
558 public static final int ORDINAL = 2;
792 * code chooses among three possible predefined formats: spellout, ordinal,
797 * spells out a value in words in the desired language, ORDINAL, which attaches
798 * an ordinal suffix from the desired language to the end of a number (e.g. "123rd"),
807 * code chooses among three possible predefined formats: spellout, ordinal,
812 * spells out a value in words in the desired language, ORDINAL, which attaches
813 * an ordinal suffix from the desired language to the end of a number (e.g. "123rd"),
869 * out a value in words in the default locale's language, ORDINAL, which attaches
870 * an ordinal suffix from the default locale's language to a numeral, and
1409 currentName.equals("%digits-ordinal") ||
1729 || currentName.equals("%digits-ordinal")
1750 // ruleset names %spellout-numbering, %digits-ordinal, or %duration is found