commit | 80e88aa4b239511ea5cdedc7183d05bcbaba908e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 09 18:15:23 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 10 10:28:12 2009 -0700 |
tree | a57d2734424c79302644f4bf0ce3da166ccfeefd | |
parent | 91e2974c5b1f3b938a4f1f1c57447d01973ad0ba [diff] |
Use GetStringRegion/GetStringUTFRegion where appropriate. Note that the changes to DecimalFormatInterface.cpp and RBNFInterface.cpp are just minor tidy-ups, fixing an issue where the early error exit wouldn't call ReleaseStringChars to undo the earlier call to GetStringChars. Also remove a dead function and fix a comment in ExpatParser.cpp. Tested on sapphire-eng. Bug: 1639287