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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 40 static String fracRules =
184 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH);
185 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH);
742 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules,
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 392 UnicodeString fracRules(
424 int len = fracRules.length();
427 UChar ch = fracRules.charAt(i);
434 fracRules.setCharAt(i, (UChar)0x200e);
445 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
    [all...]

Completed in 64 milliseconds