From: George Rhoten Date: Tue, 29 Aug 2017 07:19:26 +0000 (+0000) Subject: ICU-13306 Complete refactoring code based off of code review feedback. X-Git-Tag: release-60-rc~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=994a671e4e009fae790eb0fd048f695f471adb3a;p=icu ICU-13306 Complete refactoring code based off of code review feedback. X-SVN-Rev: 40360 --- diff --git a/icu4c/source/i18n/rbnf.cpp b/icu4c/source/i18n/rbnf.cpp index 81bc50f911f..6539217ac2b 100644 --- a/icu4c/source/i18n/rbnf.cpp +++ b/icu4c/source/i18n/rbnf.cpp @@ -1205,7 +1205,7 @@ RuleBasedNumberFormat::format(double number, if (defaultRuleSet) { format(number, *defaultRuleSet, toAppendTo, status); } - return adjustForCapitalizationContext(startPos, toAppendTo, status); + return toAppendTo; }