Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 1.6 KiB | 33 | 26 | |
README.chromium | D | 03-May-2024 | 606 | 17 | 13 | |
icu_utf.cc | D | 03-May-2024 | 7.7 KiB | 228 | 101 | |
icu_utf.h | D | 03-May-2024 | 13.5 KiB | 401 | 107 |
README.chromium
1Name: ICU 2URL: http://site.icu-project.org/ 3License: MIT 4License File: NOT_SHIPPED 5 6This file has the relevant components from ICU copied to handle basic 7UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and 8utf_impl.c 9 10The same module appears in third_party/icu, so we don't repeat the license 11file here. 12 13The main change is that U_/U8_/U16_ prefixes have been replaced with 14CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU 15macros should ICU be in use on the system. For the same reason, the functions 16and types have been put in the "base_icu" namespace. 17