|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| android_icu4j/ | | 22-Nov-2023 | - | 1,489,028 | 1,319,657 |
| android_utils/ | | 22-Nov-2023 | - | 115 | 43 |
| icu4c/ | | 22-Nov-2023 | - | 4,568,774 | 4,224,974 |
| icu4j/ | | 22-Nov-2023 | - | 2,125,775 | 1,903,287 |
| tools/ | | 22-Nov-2023 | - | 6,550 | 4,097 |
| .git | D | 01-Jan-1970 | 0 | | |
| Android.mk | D | 22-Nov-2023 | 672 | 20 | 2 |
| MODULE_LICENSE_BSD_LIKE | D | 22-Nov-2023 | 0 | | |
| NOTICE | D | 22-Nov-2023 | 19.8 KiB | 386 | 364 |
| README.android | D | 22-Nov-2023 | 901 | 21 | 14 |
README.android
1This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.
2
3Directories
4===========
5
6icu4c/ - ICU4C with Google and Android-specific patches applied.
7
8icu4j/ - ICU4J with Google and Android-specific patches applied.
9 After patching this make sure to run the following to update
10 the repackaged version used in Android and CTS tests.
11 tools/srcgen/generate_android_icu4j.sh
12
13android_icu4j/ - A transformed copy of icu4j source repackaged into android.icu.
14 This is the copy of ICU4J used in the Android platform.
15 IMPORTANT NOTE: Do not make changes to this code directly.
16 See tools/README.android.
17
18android_utils/ - ICU4C runtime initialization / Android integration code.
19
20tools/ - Code / data maintenance tools. See tools/README.android.
21