Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 04-Jul-2025 | 1.1 KiB | 37 | 34 | |
LICENSE | D | 04-Jul-2025 | 3.6 KiB | 77 | 62 | |
METADATA | D | 04-Jul-2025 | 228 | 9 | 8 | |
MODULE_LICENSE_UNICODE | D | 04-Jul-2025 | 0 | |||
README.chromium | D | 04-Jul-2025 | 739 | 20 | 16 | |
icu_utf.h | D | 04-Jul-2025 | 18.7 KiB | 570 | 155 |
README.chromium
1Name: ICU 2URL: http://site.icu-project.org/ 3Version: 60 4License: Unicode 5License File: LICENSE 6Security Critical: yes 7Shipped: no 8 9This file has the relevant components from ICU copied to handle basic UTF8/16/32 10conversions. Components are copied from umachine.h, utf.h, utf8.h, and utf16.h 11into icu_utf.h. 12 13The main change is that U_/U8_/U16_/UPRV_ prefixes have been replaced with 14CBU_/CBU8_/CBU16_/CBUPRV_ (for "Chrome Base") to avoid confusion with the "real" 15ICU macros should ICU be in use on the system. For the same reason, the 16functions and types have been put in the "base_icu" namespace. 17 18Note that this license file is marked as not shipped, since a more complete 19ICU license is included from //third_party/icu/README.chromium 20