Home | History | Annotate | only in /external/chromium/base/third_party/icu
Up to higher level directory
NameDateSize
icu_utf.cc25-Jul-20137.5K
icu_utf.h25-Jul-201311.1K
LICENSE25-Jul-20131.6K
README.chromium25-Jul-2013480

README.chromium

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