]> granicus.if.org Git - icu/commit
ICU-13529 Parsing of redundant rule matches is slow when parsing with RuleBasedNumber...
authorGeorge Rhoten <grhoten@users.noreply.github.com>
Tue, 13 Feb 2018 23:48:48 +0000 (23:48 +0000)
committerGeorge Rhoten <grhoten@users.noreply.github.com>
Tue, 13 Feb 2018 23:48:48 +0000 (23:48 +0000)
commit4bac7035582b9da9ec9842ad971d77bc6dee5655
tree7c48f10c64202887498a9bcbdff66729a4c7c6b2
parenta64895b4f8e929960fe02e27e34e4a919624040e
ICU-13529 Parsing of redundant rule matches is slow when parsing with RuleBasedNumberFormat

X-SVN-Rev: 40913
15 files changed:
.gitignore
icu4c/source/i18n/nfrs.cpp
icu4c/source/i18n/nfrs.h
icu4c/source/i18n/nfrule.cpp
icu4c/source/i18n/nfrule.h
icu4c/source/i18n/nfsubs.cpp
icu4c/source/i18n/nfsubs.h
icu4c/source/i18n/rbnf.cpp
icu4c/source/test/intltest/itrbnf.cpp
icu4c/source/test/intltest/itrbnf.h
icu4j/main/classes/core/src/com/ibm/icu/text/NFRule.java
icu4j/main/classes/core/src/com/ibm/icu/text/NFRuleSet.java
icu4j/main/classes/core/src/com/ibm/icu/text/NFSubstitution.java
icu4j/main/classes/core/src/com/ibm/icu/text/RuleBasedNumberFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/RBNFParseTest.java