HomeSort by relevance Sort by last modified time
    Searched full:rbnf (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/data/xml/rbnf/
root.xml 13 <rbnf>
19 </rbnf>
be.xml 13 <rbnf>
20 </rbnf>
bg.xml 13 <rbnf>
20 </rbnf>
ca.xml 13 <rbnf>
20 </rbnf>
cy.xml 13 <rbnf>
20 </rbnf>
da.xml 13 <rbnf>
20 </rbnf>
de.xml 14 <rbnf>
21 </rbnf>
fo.xml 13 <rbnf>
20 </rbnf>
is.xml 13 <rbnf>
20 </rbnf>
mk.xml 13 <rbnf>
20 </rbnf>
nb.xml 13 <rbnf>
20 </rbnf>
nn.xml 13 <rbnf>
20 </rbnf>
ru.xml 13 <rbnf>
20 </rbnf>
sr.xml 13 <rbnf>
20 </rbnf>
uk.xml 13 <rbnf>
20 </rbnf>
en.xml 14 <rbnf>
53 </rbnf>
mt.xml 14 <rbnf>
48 </rbnf>
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBNFPostProcessor.java 14 * Post processor for RBNF output.
28 * @param output the output of the main RBNF processing
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFPostProcessor.java 13 * Post processor for RBNF output.
27 * @param output the output of the main RBNF processing
  /external/icu/icu4c/source/test/cintltst/
cnumtst.h 61 * Test RBNF access through unumfmt APIs.
76 * Test cloning formatter with RBNF
  /external/icu/icu4c/source/test/intltest/
itrbnf.h 18 #include "unicode/rbnf.h"
136 * Test the setDecimalFormatSymbols in RBNF
141 * Test the plural rules in RBNF
itrbnfp.h 18 #include "unicode/rbnf.h"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 105 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) {
107 Number n = rbnf.parse(s);
108 String t = rbnf.format(n);
109 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RBNFParseTest.java 104 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) {
106 Number n = rbnf.parse(s);
107 String t = rbnf.format(n);
108 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
  /external/icu/icu4c/source/i18n/
nfrule.h 13 #include "unicode/rbnf.h"
51 const RuleBasedNumberFormat* rbnf,
55 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);

Completed in 371 milliseconds

1 2 3 4 5