Lines Matching refs:ICU
1 This directory is used for building our Android ICU data file.
3 1. To generate ICU data files:run the icu_dat_generator.py script.
7 2. To add a resource to Android ICU data file: insert an entry to
14 3. Add a new resource or modify existing ICU resource definition:
15 Note: This is a rare case. You should talk to ICU team first if it is a bug
16 in ICU resource or a feature enhancement before making such changes.
17 If you would like to add existing ICU resource to Android, please check #2.
19 b. Make a temporary directory for ICU build.
21 c. cd to ICU build directory.
32 h. Check #1 or #2 to replace or add resource to ICU.
33 i. Clean up ICU build directory.
34 j. Discuss with icu-team how to include the change to public ICU.
39 a vanilla ICU release. icu_dat_generator.py uses this file to generate
52 - Text format ICU resource files are under external/icu4c/data directory.
62 Run ICU tests:
63 ICU tests are not part of Android build. If you change the ICU code or data,
64 it is highly recommended to run ICU tests.
66 "Reverse collation keys" tables are not included in ICU data on Android. To
67 pass ICU collation tests, you need to delete the flag "-R" in Makefile.in.
70 2. Make a temporary directory for ICU build.
72 3. cd to ICU build directory.