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

12 3 4 5

  /external/icu/icu4c/source/data/
makedata.vcxproj.filters 26 <None Include="rbnf\rbnffiles.mk">
build.xml 5 <!ENTITY icu-rbnf-deprecates SYSTEM "./icu-rbnf-deprecates.xml">
62 <target name="all" depends="locales, collation, rbnf, supplementalData, metadata, metaZones, windowsZones, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, dayPeriods" />
74 <ant target='rbnf'>
170 <target name="rbnf" depends="init,setup" description="builds rbnf files in ICU text format">
174 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/rbnf" />
175 <arg name="--destdir" value="${env.ICU4C_DIR}/source/data/rbnf"/>
176 <arg name="--specialsdir" value="${env.ICU4C_DIR}/source/data/xml/rbnf"/>
177 <arg name="--type" value="rbnf" />
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 1194 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1272 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1288 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1303 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1430 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); local
1449 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); local
1501 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); local
1652 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
    [all...]
RbnfLenientScannerTest.java 131 // RBNF parse is extremely slow when lenient option is enabled.
149 //RBNF parse is too slow. Increase count only for debugging purpose for now.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 1193 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1271 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1287 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1302 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1429 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); local
1448 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); local
1500 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); local
1651 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); local
    [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();
593 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
594 U_ASSERT(rbnf != NULL);
596 res = rbnf->getDefaultRuleSetName();
598 int32_t count = rbnf->getNumberOfRuleSetNames();
600 res += rbnf->getRuleSetName(i);
656 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) local
691 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]
nfrlist.h 21 #include "unicode/rbnf.h"
nfrs.h 22 #include "unicode/rbnf.h"
  /external/icu/icu4c/source/data/xml/rbnf/
ga.xml 13 <rbnf>
66 </rbnf>
  /external/icu/icu4c/source/test/intltest/
itrbnfp.cpp 58 logln("RBNF Parse test starting");
179 errln("*** RBNF currently disabled on this platform ***\n");
itrbnfrt.h 18 #include "unicode/rbnf.h"
tmsgfmt.h 92 * Test RBNF extensions to MessageFormat.
itmajor.cpp 122 case 7: name = "rbnf";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RbnfLenientScanner.java 13 * Used by RBNF to leniently parse a string.
NumberingSystem.java 60 * systems, the string contains the name of the RBNF ruleset in the locale's
79 * systems, the string contains the name of the RBNF ruleset in the locale's
294 * systems, the string contains the name of the RBNF ruleset in the locale's
312 * the numbering system is algorithmic and uses an RBNF formatter to
  /external/icu/icu4c/source/i18n/unicode/
numsys.h 51 * of an RBNF formatter ( rule based number formatter ), in order to calculate
100 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
152 * algorithmic systems this is the name of the RBNF ruleset used for formatting,
  /external/icu/icu4j/main/shared/data/
icudata.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberingSystem.java 59 * systems, the string contains the name of the RBNF ruleset in the locale's
77 * systems, the string contains the name of the RBNF ruleset in the locale's
284 * systems, the string contains the name of the RBNF ruleset in the locale's
300 * the numbering system is algorithmic and uses an RBNF formatter to
RbnfLenientScanner.java 14 * Used by RBNF to leniently parse a string.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/META-INF/
MANIFEST.MF 20 com.ibm.icu.impl.data.icudt@DATA_VERSION_NUMBER@b.rbnf;x-internal:=true,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUData.java 67 * The base name of rbnf data to be used with getBundleInstance API
69 public static final String ICU_RBNF_BASE_NAME = ICU_BASE_NAME + "/rbnf";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUData.java 65 * The base name of rbnf data to be used with getBundleInstance API
67 public static final String ICU_RBNF_BASE_NAME = ICU_BASE_NAME + "/rbnf";
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
RbnfLenientScannerTest.java 130 // RBNF parse is extremely slow when lenient option is enabled.
148 //RBNF parse is too slow. Increase count only for debugging purpose for now.
  /external/icu/icu4c/source/config/
dist.mk 20 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt 72 rbnf.h

Completed in 1426 milliseconds

12 3 4 5