|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| android_icu4c/ | | 03-May-2024 | - | 73 | 45 |
| android_icu4j/ | | 03-May-2024 | - | 1,600,552 | 1,406,959 |
| build/ | | 03-May-2024 | - | 95 | 71 |
| icu4c/ | | 03-May-2024 | - | 5,146,467 | 4,768,660 |
| icu4j/ | | 03-May-2024 | - | 2,179,114 | 1,961,466 |
| libandroidicu/ | | 03-May-2024 | - | 52,309 | 12,812 |
| libandroidicuinit/ | | 03-May-2024 | - | 635 | 388 |
| libicu/ | | 03-May-2024 | - | 210,449 | 64,629 |
| tools/ | | 03-May-2024 | - | 31,782 | 21,383 |
| Android.bp | D | 03-May-2024 | 2.8 KiB | 89 | 84 |
| CleanSpec.mk | D | 03-May-2024 | 3 KiB | 64 | 4 |
| METADATA | D | 03-May-2024 | 43 | 4 | 3 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| NOTICE | D | 03-May-2024 | 20.5 KiB | 415 | 387 |
| OWNERS | D | 03-May-2024 | 185 | 10 | 8 |
| PREUPLOAD.cfg | D | 03-May-2024 | 42 | 4 | 3 |
| README.android | D | 03-May-2024 | 1.2 KiB | 33 | 22 |
| README.version | D | 03-May-2024 | 74 | 4 | 3 |
| TEST_MAPPING | D | 03-May-2024 | 114 | 11 | 10 |
README.android
1This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.
2
3Directories
4===========
5
6ICU4J
7-----
8
9icu4j/ - ICU4J with Google and Android-specific patches applied.
10 After patching this make sure to run the following to update
11 the repackaged version used in Android and CTS tests.
12 tools/srcgen/generate_android_icu4j.sh
13
14android_icu4j/ - This is the copy of ICU4J used in the Android platform.
15 IMPORTANT NOTE: Do not make changes to this code directly,
16 except where noted in android_icu4j/README.android. See
17 tools/README.android for how to generate it.
18
19ICU4C
20-----
21
22icu4c/ - ICU4C with Google and Android-specific patches applied.
23
24android_icu4c/ - Configuration code used when building ICU4C on Android.
25
26libandroidicu/ - The subset of ICU4C exposed to framework code and other
27 components outside of the mainline module that contains ICU.
28
29libandroidicuinit/ - A static library for ICU4C initialization. Used by
30 libandroidicu and libjavacore to initialize ICU4C.
31
32tools/ - Code / data maintenance tools. See tools/README.android.
33
README.version