• Home
Name Date Size #Lines LOC

..--

api/04-Jul-2025-5,5895,291

libcore_bridge/src/04-Jul-2025-10,8866,198

resources/android/icu/04-Jul-2025-2,1952,008

src/04-Jul-2025-1,268,4791,053,084

testing/src/04-Jul-2025-9,6446,884

.gitignoreD04-Jul-2025689 1715

Android.bpD04-Jul-202517.7 KiB589531

OWNERSD04-Jul-2025142 32

README.androidD04-Jul-2025898 2215

icu-ravenwood-policies.txtD04-Jul-2025194 53

jarjar-rules.txtD04-Jul-202532 11

lint-baseline.xmlD04-Jul-20254.3 KiB8273

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