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

1 2

  /external/cldr/tools/java/org/unicode/cldr/icu/
ListNumbers.java 180 for (RuleBasedNumberFormat rbnf : rbnfs) {
181 for (String name : rbnf.getRuleSetNames()) {
182 System.out.print("<td" + getNumberStyle(name, num, isRTL) + ">" + rbnf.format(num, name) + "</td>");
191 for (RuleBasedNumberFormat rbnf : rbnfs) {
192 for (String name : rbnf.getRuleSetNames()) {
193 System.out.print("<th class=\"thead\"><b>" + getDisplayName(rbnf, name) + "</b></th>");
204 for (RuleBasedNumberFormat rbnf : rbnfs) {
205 int numColumns = rbnf.getRuleSetNames().length;
207 + getRulePrefix(rbnf.getDefaultRuleSetName()));
209 + getDisplayName(rbnf, rbnf.getDefaultRuleSetName()))
    [all...]
NewLdml2IcuConverter.java 57 locales, dayPeriods, genderList, likelySubtags, metadata, metaZones, numberingSystems, plurals, pluralRanges, postalCodeData, rgScope, supplementalData, windowsZones, keyTypeData, brkitr, collation, rbnf; enum constant in enum:NewLdml2IcuConverter.Type
173 if (type == Type.rbnf) {
248 case rbnf:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 1199 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1277 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1293 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1308 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1435 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); local
1454 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); local
1506 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); local
1657 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
1691 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); local
1723 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
    [all...]
RBNFParseTest.java 112 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) {
114 Number n = rbnf.parse(s);
115 String t = rbnf.format(n);
116 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
173 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.JAPAN, RuleBasedNumberFormat.SPELLOUT); local
180 rbnf.parse(testString);
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 1196 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1274 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1290 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1305 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1432 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); local
1451 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); local
1503 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); local
1654 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
1688 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); local
1720 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
    [all...]
RBNFParseTest.java 109 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) {
111 Number n = rbnf.parse(s);
112 String t = rbnf.format(n);
113 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
170 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.JAPAN, RuleBasedNumberFormat.SPELLOUT); local
177 rbnf.parse(testString);
NumberFormatTest.java     [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 24 #include "unicode/rbnf.h"
160 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
161 U_ASSERT(rbnf != NULL);
162 res = rbnf->clone();
667 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
668 U_ASSERT(rbnf != NULL);
670 res = rbnf->getDefaultRuleSetName();
672 int32_t count = rbnf->getNumberOfRuleSetNames();
674 res += rbnf->getRuleSetName(i);
730 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) local
765 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]
nfrule.h 13 #include "unicode/rbnf.h"
50 const RuleBasedNumberFormat* rbnf,
54 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);
nfsubs.h 62 const RuleBasedNumberFormat* rbnf,
nfrule.cpp 23 #include "unicode/rbnf.h"
111 const RuleBasedNumberFormat *rbnf,
119 NFRule* rule1 = new NFRule(rbnf, description, status);
163 rule2 = new NFRule(rbnf, UnicodeString(), status);
    [all...]
smpdtfmt.cpp 56 #include "unicode/rbnf.h"
2087 auto* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(currentNumberFormat); local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfSampleRuleSets.java 9 package com.ibm.icu.dev.demo.rbnf;
    [all...]
RbnfDemo.java 9 package com.ibm.icu.dev.demo.rbnf;
  /external/cldr/tools/java/org/unicode/cldr/json/
Ldml2JsonConverter.java 60 main, supplemental, segments, rbnf enum constant in enum:Ldml2JsonConverter.RunType
85 .add("type", 't', "(main|supplemental|segments|rbnf)", "main",
232 case rbnf:
430 if (type == RunType.rbnf) {
442 if (type != RunType.supplemental && type != RunType.rbnf) {
464 } else if (type == RunType.rbnf) {
465 js.packageName = "rbnf";
474 if (type != RunType.supplemental && type != RunType.rbnf) {
514 if (type == RunType.rbnf) {
534 if (type == RunType.rbnf) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 165 logln("RBNF API test starting");
193 LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "rbnf", "en", &status));
1975 RuleBasedNumberFormat *rbnf = local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 2224 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2240 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2256 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 2271 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2287 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2303 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
    [all...]
  /external/icu/icu4c/source/config/
dist.mk 22 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
  /external/cldr/tools/java/org/unicode/cldr/util/
Factory.java 90 main, supplemental, bcp47, casing, collation, dtd, rbnf, segments, transforms, other enum constant in enum:Factory.DirectoryType
  /external/icu/icu4c/packaging/rpm/
icu.spec 173 /usr/share/icu/%{version}/icudt34l/rbnf/*.res
  /external/icu/icu4c/source/data/
makedata.mak 91 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
93 ICURBNF=rbnf
468 # Read the list of RBNF resource bundle files
485 RBNF_RES_FILES = $(RBNF_FILES:.txt =.res rbnf\)
487 RBNF_RES_FILES = $(RBNF_RES_FILES:rbnf\ =rbnf\)
    [all...]
Makefile.in 99 RBNFSRCDIR=$(SRCDATADIR)/rbnf
100 RBNFBLDDIR=$(BUILDDIR)/rbnf
424 RBNF_TREE=rbnf
757 ### RBNF res
765 @echo "generating $@ (list of installed RBNF locales)"; \
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCLDRFile.java 610 // if (ldmlDir == LdmlDir.rbnf && source == Source.common &&
612 // logKnownIssue("cldrbug:10456", "Missing parent (en_001) for en_IN in common/rbnf")) {
637 main, annotations, annotationsDerived, casing, collation, rbnf, segments, subdivisions enum constant in enum:TestCLDRFile.LdmlDir

Completed in 1955 milliseconds

1 2