|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| api/ | H | 25-Apr-2025 | - | 5,582 | 5,285 |
| libcore_bridge/src/ | H | 25-Apr-2025 | - | 10,597 | 6,003 |
| resources/android/icu/ | H | 25-Apr-2025 | - | 2,195 | 2,008 |
| src/ | H | 25-Apr-2025 | - | 1,697,319 | 1,480,825 |
| testing/src/ | H | 25-Apr-2025 | - | 9,135 | 6,440 |
| .gitignore | H A D | 25-Apr-2025 | 689 | 17 | 15 |
| Android.bp | H A D | 25-Apr-2025 | 16.6 KiB | 543 | 491 |
| OWNERS | H A D | 25-Apr-2025 | 142 | 3 | 2 |
| README.android | H A D | 25-Apr-2025 | 898 | 22 | 15 |
| icu-ravenwood-policies.txt | H A D | 25-Apr-2025 | 194 | 5 | 3 |
| jarjar-rules.txt | H A D | 25-Apr-2025 | 32 | 1 | 1 |
| lint-baseline.xml | H A D | 25-Apr-2025 | 4.3 KiB | 82 | 73 |
README.android
1Except where noted, source code in this directory is generated by tools beneath
2external/icu/tools/srcgen. Do not modify the code here. Instead, modify the
3transformation rules used to generate it.
4
5The source is compiled into core-icu4j alongside the resources. See the
6libcore/JavaLibrary.bp build rules for details.
7
8Directories
9===========
10
11src/ - A transformed copy of icu4j source repackaged into android.icu.
12
13resources/ - A transformed copy of icu4j resources repackaged into android.icu.
14
15libcore_bridge/ - Android-specific codes to expose APIs from ICU4J/ICU4C to libcore.
16 Some of the JNI codes, NativeConverter, come from open-sourced
17 but unmaintained ICU4JNI project.
18 https://github.com/unicode-org/icu4jni
19
20testing/ - Android-specific test helper source. This is not auto-generated
21 and may be edited directly.
22