Home | History | Annotate | only in /external/chromium_org/base/third_party/icu
Up to higher level directory
NameDateSize
icu_utf.cc04-Nov-20147.5K
icu_utf.h04-Nov-201411.1K
LICENSE04-Nov-20141.6K
README.chromium04-Nov-2014606

README.chromium

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