|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| api/ | | 03-May-2024 | - | 5,258 | 4,973 |
| libcore_bridge/src/ | | 03-May-2024 | - | 10,394 | 5,928 |
| resources/android/icu/ | | 03-May-2024 | - | 2,188 | 2,002 |
| src/ | | 03-May-2024 | - | 1,573,537 | 1,387,457 |
| testing/src/ | | 03-May-2024 | - | 8,714 | 6,187 |
| .gitignore | D | 03-May-2024 | 689 | 17 | 15 |
| Android.bp | D | 03-May-2024 | 12.7 KiB | 421 | 381 |
| README.android | D | 03-May-2024 | 898 | 22 | 15 |
| jarjar-rules.txt | D | 03-May-2024 | 32 | 1 | 1 |
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