• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: ICU
2URL: http://site.icu-project.org/
3Version: 60
4License: Unicode
5License File: LICENSE
6Security Critical: yes
7Shipped: no
8
9This file has the relevant components from ICU copied to handle basic UTF8/16/32
10conversions. Components are copied from umachine.h, utf.h, utf8.h, and utf16.h
11into icu_utf.h.
12
13The main change is that U_/U8_/U16_/UPRV_ prefixes have been replaced with
14CBU_/CBU8_/CBU16_/CBUPRV_ (for "Chrome Base") to avoid confusion with the "real"
15ICU macros should ICU be in use on the system. For the same reason, the
16functions and types have been put in the "base_icu" namespace.
17
18Note that this license file is marked as not shipped, since a more complete
19ICU license is included from //third_party/icu/README.chromium
20