History log of /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/LocaleData.java
Revision Date Author Comments
cfb66e820d16c319e6c19369a345adc4da31c9d3 04-Jan-2010 Elliott Hughes <enh@google.com> Fix build (accidental API leak).

Move a couple of methods into LocaleData -- where they should have been from
the beginning -- so they're automatically hidden from our users.
e3c868c0d0db63e4ec97fad40c5f3b81e308b723 23-Dec-2009 Elliott Hughes <enh@google.com> Stop using ResourceBundle for locale data.

This offers an additional speed increase and gets rid of a lot of native code.