unplugged-system/external/cronet/base/third_party/icu
2025-10-06 13:59:42 +00:00
..
icu_utf.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
LICENSE Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.chromium Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Name: ICU
URL: http://site.icu-project.org/
Version: 60
License: Unicode
License File: NOT_SHIPPED

This file has the relevant components from ICU copied to handle basic UTF8/16/32
conversions. Components are copied from umachine.h, utf.h, utf8.h, and utf16.h
into icu_utf.h.

The main change is that U_/U8_/U16_/UPRV_ prefixes have been replaced with
CBU_/CBU8_/CBU16_/CBUPRV_ (for "Chrome Base") to avoid confusion with the "real"
ICU macros should ICU be in use on the system. For the same reason, the
functions and types have been put in the "base_icu" namespace.

Note that this license file is marked as NOT_SHIPPED, since a more complete
ICU license is included from //third_party/icu/README.chromium