Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 3.6 KiB | 77 | 62 | |
README.chromium | D | 03-May-2024 | 733 | 18 | 14 | |
icu_utf.cc | D | 03-May-2024 | 4.3 KiB | 132 | 67 | |
icu_utf.h | D | 03-May-2024 | 13.7 KiB | 443 | 108 |
README.chromium
1Name: ICU 2URL: http://site.icu-project.org/ 3Version: 60 4License: Unicode 5License File: NOT_SHIPPED 6 7This file has the relevant components from ICU copied to handle basic UTF8/16/32 8conversions. Components are copied from umachine.h, utf.h, utf8.h, and utf16.h 9into icu_utf.h, and from utf_impl.cpp into icu_utf.cc. 10 11The main change is that U_/U8_/U16_ prefixes have been replaced with 12CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU 13macros should ICU be in use on the system. For the same reason, the functions 14and types have been put in the "base_icu" namespace. 15 16Note that this license file is marked as NOT_SHIPPED, since a more complete 17ICU license is included from //third_party/icu/README.chromium 18