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

  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.cpp 51 UnicodeString otherPattern = UnicodeString("other{#}");
72 plFmt[4] = new PluralFormat(otherPattern, status[4]);
73 plFmt[5] = new PluralFormat(*plRules, otherPattern, status[5]);
74 plFmt[6] = new PluralFormat(locale, otherPattern, status[6]);
75 plFmt[7] = new PluralFormat(locale, *plRules, otherPattern, status[7]);
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 55 UnicodeString otherPattern = UnicodeString("other{#}");
76 plFmt[4] = new PluralFormat(otherPattern, status[4]);
77 plFmt[5] = new PluralFormat(*plRules, otherPattern, status[5]);
78 plFmt[6] = new PluralFormat(locale, otherPattern, status[6]);
79 plFmt[7] = new PluralFormat(locale, *plRules, otherPattern, status[7]);
  /external/zxing/core/
core.jar 

Completed in 194 milliseconds