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