blob: 5f8ff535b28089c54cdf11df9ddaa58baac21468 [file] [log] [blame]
Neil Fullerca551272015-12-04 13:04:01 +00001This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.
2
3Directories
4===========
5
6icu4j/,icu4c/ - ICU4J and ICU4C with Google and Android-specific patches applied.
7
8android_icu4j/ - A transformed copy of icu4j source repackaged into android.icu.
9 This is the copy of ICU4J used in the Android platform.
10 IMPORTANT NOTE: Do not make changes to this code directly.
11 See tools/README.android.
12
13android_utils/ - ICU4C runtime initialization / Android integration code.
14
15tools/ - Code / data maintenance tools. See tools/README.android.