HomeSort by relevance Sort by last modified time
    Searched refs:FEW (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 33 assertEquals(NativePluralRules.FEW, npr.quantityForInt(2));
34 assertEquals(NativePluralRules.FEW, npr.quantityForInt(3));
35 assertEquals(NativePluralRules.FEW, npr.quantityForInt(4));
45 assertEquals(NativePluralRules.FEW, npr.quantityForInt(i));
52 assertEquals(NativePluralRules.FEW, npr.quantityForInt(103));
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 31 public static final int FEW = 3;
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
pluralrules.js 37 FEW: 'few',
128 return goog.i18n.pluralRules.Keyword.FEW;
151 return goog.i18n.pluralRules.Keyword.FEW;
219 return goog.i18n.pluralRules.Keyword.FEW;
263 return goog.i18n.pluralRules.Keyword.FEW;
290 return goog.i18n.pluralRules.Keyword.FEW;
314 return goog.i18n.pluralRules.Keyword.FEW;
372 return goog.i18n.pluralRules.Keyword.FEW;
407 return goog.i18n.pluralRules.Keyword.FEW;
    [all...]
ordinalrules.js 37 FEW: 'few',
128 return goog.i18n.ordinalRules.Keyword.FEW;
194 return goog.i18n.ordinalRules.Keyword.FEW;
233 return goog.i18n.ordinalRules.Keyword.FEW;
257 return goog.i18n.ordinalRules.Keyword.FEW;
333 return goog.i18n.ordinalRules.Keyword.FEW;
355 return goog.i18n.ordinalRules.Keyword.FEW;
379 return goog.i18n.ordinalRules.Keyword.FEW;
  /frameworks/base/core/java/android/content/res/
Resources.java 328 case NativePluralRules.FEW: return 0x01000008;
339 case NativePluralRules.FEW: return "few";
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 281 milliseconds