summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/ICU.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Dead code/cruft removal in the collation code.Elliott Hughes2010-04-231-2/+2
| | | | | | | | | | | | | I've also renamed ScopedUtfChars::data to ScopedUtfChars::c_str, by analogy with std::string (since this method has always been more like c_str than data). This also fixes a few leaks on error paths. The old code used to go all the way into native code to return a constant hash code of 1, so I've removed all that and switched to the idiomatic bogo hash code (with the idiomatic comment). Change-Id: I25da8c422155860b5ab348786d369c6c7598135c
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-3/+1
| | | | | Bug: 754114 Change-Id: Iaa03def509c10cbaa12fd2128584b93d4be4a6b7
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-161-0/+712
Also move our ICU tests into our little tree of tests. Bug: 2596471 Change-Id: I73b53d74c26ef9bf670f12cac58b51ba61eefead