Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-20251.1 KiB3734

LICENSEH A D25-Apr-20253.6 KiB7762

METADATAH A D25-Apr-2025228 98

MODULE_LICENSE_UNICODEHD25-Apr-20250

README.chromiumH A D25-Apr-2025716 1915

icu_utf.hH A D25-Apr-202518.7 KiB570155

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