|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| android_icu4c/ | | 03-May-2024 | - | 57 | 29 |
| android_icu4j/ | | 03-May-2024 | - | 1,540,691 | 1,355,977 |
| icu4c/ | | 03-May-2024 | - | 4,885,063 | 4,524,812 |
| icu4j/ | | 03-May-2024 | - | 2,180,516 | 1,941,481 |
| libandroidicu/ | | 03-May-2024 | - | 52,465 | 15,385 |
| tools/ | | 03-May-2024 | - | 10,025 | 6,529 |
| Android.bp | D | 03-May-2024 | 76 | 6 | 5 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| NOTICE | D | 03-May-2024 | 20.5 KiB | 415 | 387 |
| OWNERS | D | 03-May-2024 | 145 | 8 | 6 |
| README.android | D | 03-May-2024 | 912 | 21 | 14 |
| README.version | D | 03-May-2024 | 74 | 4 | 3 |
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/ - This is the copy of ICU4J used in the Android platform.
14 IMPORTANT NOTE: Do not make changes to this code directly,
15 except where noted in android_icu4j/README.android. See
16 tools/README.android for how to generate it.
17
18android_utils/ - ICU4C runtime initialization / Android integration code.
19
20tools/ - Code / data maintenance tools. See tools/README.android.
21
README.version