• Home
Name Date Size #Lines LOC

..--

android_icu4c/03-May-2024-7345

android_icu4j/03-May-2024-1,600,5521,406,959

build/03-May-2024-9571

icu4c/03-May-2024-5,146,4674,768,660

icu4j/03-May-2024-2,179,1141,961,466

libandroidicu/03-May-2024-52,30912,812

libandroidicuinit/03-May-2024-635388

libicu/03-May-2024-210,44964,629

tools/03-May-2024-31,78221,383

Android.bpD03-May-20242.8 KiB8984

CleanSpec.mkD03-May-20243 KiB644

METADATAD03-May-202443 43

MODULE_LICENSE_BSD_LIKED03-May-20240

NOTICED03-May-202420.5 KiB415387

OWNERSD03-May-2024185 108

PREUPLOAD.cfgD03-May-202442 43

README.androidD03-May-20241.2 KiB3322

README.versionD03-May-202474 43

TEST_MAPPINGD03-May-2024114 1110

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

1URL: https://github.com/unicode-org/icu
2Version: 68.2
3BugComponent: 23970
4