HomeSort by relevance Sort by last modified time
    Searched refs:ORDINAL (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
OppProfile.java 33 private static final int ORDINAL = 2;
75 return ORDINAL;
PbapServerProfile.java 43 private static final int ORDINAL = 6;
122 return ORDINAL;
A2dpProfile.java 53 private static final int ORDINAL = 1;
177 return ORDINAL;
HidProfile.java 48 private static final int ORDINAL = 3;
148 return ORDINAL;
PanProfile.java 49 private static final int ORDINAL = 4;
125 return ORDINAL;
PbapClientProfile.java 53 private static final int ORDINAL = 6;
205 return ORDINAL;
A2dpSinkProfile.java 53 private static final int ORDINAL = 5;
185 return ORDINAL;
HeadsetProfile.java 56 private static final int ORDINAL = 0;
190 return ORDINAL;
HfpClientProfile.java 56 private static final int ORDINAL = 0;
193 return ORDINAL;
SapProfile.java 55 private static final int ORDINAL = 10;
179 return ORDINAL;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 368 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern);
374 pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL);
380 pf = new PluralFormat(Locale.ENGLISH, PluralType.ORDINAL);
PluralRulesTest.java     [all...]
RbnfTest.java 231 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.ORDINAL),
309 * Perform a simple spot check on the English ordinal-abbreviation rules
313 RuleBasedNumberFormat.ORDINAL);
559 * Perform a simple spot check on the ordinal spellout rules
562 String enRules = "%digits-ordinal:"
564 + "0: =#,##0=$(ordinal,one{st}two{nd}few{rd}other{th})$;";
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 364 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern);
370 pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL);
376 pf = new PluralFormat(Locale.ENGLISH, PluralType.ORDINAL);
PluralRulesTest.java     [all...]
RbnfTest.java 227 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.ORDINAL),
305 * Perform a simple spot check on the English ordinal-abbreviation rules
309 RuleBasedNumberFormat.ORDINAL);
555 * Perform a simple spot check on the ordinal spellout rules
558 String enRules = "%digits-ordinal:"
560 + "0: =#,##0=$(ordinal,one{st}two{nd}few{rd}other{th})$;";
    [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 287 XK_ordfeminine = 0x00aa, /* U+00AA FEMININE ORDINAL INDICATOR */
303 XK_masculine = 0x00ba, /* U+00BA MASCULINE ORDINAL INDICATOR */
  /external/fonttools/Lib/fontTools/
agl.py 566 00AA;ordfeminine;FEMININE ORDINAL INDICATOR
567 00BA;ordmasculine;MASCULINE ORDINAL INDICATOR
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 438 else if ("ordinal".equals(type)) {
439 pluralType = PluralRules.PluralType.ORDINAL;
    [all...]
RuleBasedNumberFormat.java 42 * spells out a value in words (123 is "one hundred twenty-three"); ordinal, which
43 * appends an ordinal suffix to the end of a numeral (123 is "123rd"); and
479 * <td style="width: 37;">$(ordinal,<i>plural syntax</i>)$</td>
484 * This uses the ordinal plural rules from PluralFormat. All strings used in the plural format are treated
553 * Selector code that tells the constructor to create an ordinal formatter
555 public static final int ORDINAL = 2;
    [all...]
MessageFormat.java 123 * argType = "number" | "date" | "time" | "spellout" | "ordinal" | "duration"
224 * <td><code>ordinal</code>
226 * <td><code>new RuleBasedNumberFormat(getLocale(), RuleBasedNumberFormat.ORDINAL)
    [all...]
PluralRules.java 221 * The plural type (e.g., cardinal or ordinal).
344 * Plural rules for ordinal numbers: 1st file, 2nd file, 3rd file, 4th file, etc.
346 ORDINAL
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 437 else if ("ordinal".equals(type)) {
438 pluralType = PluralRules.PluralType.ORDINAL;
    [all...]
RuleBasedNumberFormat.java 41 * spells out a value in words (123 is &quot;one hundred twenty-three&quot;); ordinal, which
42 * appends an ordinal suffix to the end of a numeral (123 is &quot;123rd&quot;); and
478 * <td style="width: 37;">$(ordinal,<i>plural syntax</i>)$</td>
483 * This uses the ordinal plural rules from PluralFormat. All strings used in the plural format are treated
553 * Selector code that tells the constructor to create an ordinal formatter
556 public static final int ORDINAL = 2;
    [all...]

Completed in 964 milliseconds

1 2