/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/ |
D | UnicodeBrew.h | 35 LeftToRight = ICU::U_LEFT_TO_RIGHT, 36 RightToLeft = ICU::U_RIGHT_TO_LEFT, 37 EuropeanNumber = ICU::U_EUROPEAN_NUMBER, 38 EuropeanNumberSeparator = ICU::U_EUROPEAN_NUMBER_SEPARATOR, 39 EuropeanNumberTerminator = ICU::U_EUROPEAN_NUMBER_TERMINATOR, 40 ArabicNumber = ICU::U_ARABIC_NUMBER, 41 CommonNumberSeparator = ICU::U_COMMON_NUMBER_SEPARATOR, 42 BlockSeparator = ICU::U_BLOCK_SEPARATOR, 43 SegmentSeparator = ICU::U_SEGMENT_SEPARATOR, 44 WhiteSpaceNeutral = ICU::U_WHITE_SPACE_NEUTRAL, [all …]
|
/external/webkit/Source/cmake/ |
D | FindICU.cmake | 1 # Finds the International Components for Unicode (ICU) Library 3 # ICU_FOUND - True if ICU found. 4 # ICU_I18N_FOUND - True if ICU's internationalization library found. 5 # ICU_INCLUDE_DIRS - Directory to include to get ICU headers 6 # Note: always include ICU headers as, e.g., 8 # ICU_LIBRARIES - Libraries to link against for the common ICU 9 # ICU_I18N_LIBRARIES - Libraries to link against for ICU internationaliation 16 DOC "Include directory for the ICU library") 23 DOC "Libraries to link against for the common parts of ICU") 41 # Look for the ICU internationalization libraries [all …]
|
/external/icu4c/stubdata/ |
D | readme.txt | 1 This directory is used for building our Android ICU data file. 3 1. To generate ICU data files:run the icu_dat_generator.py script. 7 2. To add a resource to Android ICU data file: insert an entry to 14 3. Add a new resource or modify existing ICU resource definition: 15 Note: This is a rare case. You should talk to ICU team first if it is a bug 16 in ICU resource or a feature enhancement before making such changes. 17 If you would like to add existing ICU resource to Android, please check #2. 19 b. Make a temporary directory for ICU build. 21 c. cd to ICU build directory. 32 h. Check #1 or #2 to replace or add resource to ICU. [all …]
|
/external/icu4c/samples/legacy/ |
D | README | 2 This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU… 4 …d be able to simultaneously use one or more versions of ICU 2.0 or higher and one version of ICU 1… 6 …ICU 1.8.1. sortkeys. New ICU comes out, with neat new features you would like to use, but also wit… 8 …cannot mix two versions of ICU in the same compilation unit. You cannot automatically use more tha… 10 In order to make the compilation unit use old version of ICU, you have to do a couple of things: 18 To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data lib… 28 Build both current ICU and ICU 1.8.1. Take icuuc18.dll, icuin18.dll and icudt18l.dll and put them s… 30 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1. 31 Edit the two library entries with path so that they point to .lib files for your version of ICU.
|
/external/icu4c/samples/ |
D | readme.txt | 13 csdet - demonstrates using ICU's CharSet Detection API 19 layout - demonstrates the ICU LayoutEngine 21 legacy - demonstrates using two versions of ICU in one application 31 translit - demonstrates the use of ICU transliteration 35 ucnv - demonstrates the use of ICU codepage conversion 37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solutio… 41 ugrep - demonstrates ICU Regular Expressions. 45 ustring - demonstrates ICU string manipulation functions 52 It is normally built with ICU, and is located in icu/source/extra/uconv 55 included with ICU. You can check it out from the CVS command line [all …]
|
/external/icu4c/samples/udata/ |
D | readme.txt | 2 udata: Low level ICU data 5 Using the low level ICU data handling interfaces (udata) to create 15 1. Install and build ICU 22 2. Add ICU's bin directory to the path, e.g. 24 (Use the path to where ever ICU is on your system.) 33 1. Build ICU. 34 Specify an ICU install directory when running configure, 35 using the --prefix option. The steps to build ICU will look something 41 2. Install ICU, 45 …You will need to set ICU_PATH to the location of your ICU source tree, for example ICU_PATH=/home/…
|
/external/icu4c/samples/props/ |
D | readme.txt | 5 Using ICU to determine the properties of Unicode characters 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 30 1. Build ICU. 31 Specify an ICU install directory when running configure, 32 using the --prefix option. The steps to build ICU will look something 38 2. Install ICU,
|
/external/icu4c/samples/ustring/ |
D | readme.txt | 5 Using ICU to manipulate UnicodeString objects 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 30 1. Build ICU. 31 Specify an ICU install directory when running configure, 32 using the --prefix option. The steps to build ICU will look something 38 2. Install ICU,
|
/external/icu4c/samples/ufortune/ |
D | readme.txt | 2 ufortune: a sample program demonstrating the use of ICU resource files by an application. 8 Loading resource data using ICU's API 22 1. Install and build ICU 29 2. Add ICU's bin directory to the path, e.g. 31 (Use the path to where ever ICU is on your system.) 39 1. Build ICU. Specify an ICU install directory when running configure, 40 using the --prefix option. The steps to build ICU will look something 46 2. Install ICU,
|
/external/icu4c/samples/citer/ |
D | readme.txt | 5 Demonstrating ICU's CharacterIterator 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 31 1. Build ICU. 32 Specify an ICU install directory when running configure, 33 using the --prefix option. The steps to build ICU will look something 39 2. Install ICU,
|
/external/icu4c/samples/case/ |
D | readme.txt | 5 Using ICU to convert between different cases 15 1. Install and build ICU 23 2. Add ICU's bin directory to the path, e.g. 25 (Use the path to where ever ICU is on your system.) 32 1. Build ICU. 33 Specify an ICU install directory when running configure, 34 using the --prefix option. The steps to build ICU will look something 40 2. Install ICU,
|
/external/icu4c/samples/break/ |
D | readme.txt | 5 Using ICU to determine the linguistic boundaries within text 15 1. Install and build ICU 22 2. Add ICU's bin directory to the path, e.g. 24 (Use the path to where ever ICU is on your system.) 31 1. Build ICU. 32 Specify an ICU install directory when running configure, 33 using the --prefix option. The steps to build ICU will look something 39 2. Install ICU,
|
/external/icu4c/samples/csdet/ |
D | readme.txt | 6 Using ICU's CharSet Detection API 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 31 1. Build ICU. 32 Specify an ICU install directory when running configure, 33 using the --prefix option. The steps to build ICU will look something 39 2. Install ICU,
|
/external/icu4c/samples/ucnv/ |
D | readme.txt | 4 convsamp: a sample program which demonstrates using ICU conversion 20 1. Install and build ICU 27 2. Add ICU's bin directory to the path, e.g. 29 (Use the path to where ever ICU is on your system.) 37 1. Build ICU. 38 Specify an ICU install directory when running configure, 39 using the --prefix option. The steps to build ICU will look something 45 2. Install ICU,
|
/external/icu4c/samples/msgfmt/ |
D | README.TXT | 6 This sample was originally intended as an exercise for the ICU Workshop (September 2000). 18 3. Read through the ICU user's guide at 26 1. What is the date/time support in ICU? 27 2. What is the timezone support in ICU? 28 3. What kind of formatting and parsing support is available in ICU, i.e. 36 This exercise was first developed and tested on ICU release 1.6.0, Win32, 37 Microsoft Visual C++ 6.0. It should work on other ICU releases and 44 - Build and install ICU with a prefix, for example '--prefix=/home/srl/ICU' 45 - Set the variable ICU_PREFIX=/home/srl/ICU and use GNU make in
|
/external/icu4c/samples/uresb/ |
D | readme.txt | 7 Using ICU to print data from a resource bundle 22 1. Install and build ICU 29 2. Add ICU's bin directory to the path, e.g. 31 (Use the path to where ever ICU is on your system.) 39 1. Build ICU. 40 Specify an ICU install directory when running configure, 41 using the --prefix option. The steps to build ICU will look something 47 2. Install ICU,
|
/external/v8/src/ |
D | ic.h | 40 #define IC_UTIL_LIST(ICU) \ argument 41 ICU(LoadIC_Miss) \ 42 ICU(KeyedLoadIC_Miss) \ 43 ICU(KeyedLoadIC_MissForceGeneric) \ 44 ICU(CallIC_Miss) \ 45 ICU(KeyedCallIC_Miss) \ 46 ICU(StoreIC_Miss) \ 47 ICU(StoreIC_ArrayLength) \ 48 ICU(SharedStoreIC_ExtendStorage) \ 49 ICU(KeyedStoreIC_Miss) \ [all …]
|
/external/icu4c/config/ |
D | icu-config-bottom | 22 echo " --noverify Don't verify that ICU is actually installed." 38 echo " --exists Return with 0 status if ICU exists else fail" 40 echo " --icudata Print shortname of ICU data file (icudt21l)" 42 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd… 44 echo " --invoke Print commands to invoke an ICU program" 45 … echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)" 46 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. … 47 …echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflag… 50 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" 51 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " [all …]
|
/external/icu4c/samples/cal/ |
D | readme.txt | 17 1. Install and build ICU 24 2. Add ICU's bin directory to the path, e.g. 26 (Use the path to where ever ICU is on your system.) 33 1. Build ICU. icucal is built automatically by default unless samples are turned off. 34 Specify an ICU install directory when running configure, 35 using the --prefix option. The steps to build ICU will look something 41 2. Install ICU,
|
/external/icu4c/samples/coll/ |
D | readme.txt | 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 30 1. Build ICU. coll is built automatically by default unless samples are turned off. 31 Specify an ICU install directory when running configure, 32 using the --prefix option. The steps to build ICU will look something 38 2. Install ICU,
|
/external/icu4c/test/perf/ |
D | README | 7 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU, 15 The most up to date tests are in ICU 4.0 and later. In addition, most tests depend on data which ar… 25 1) You should create a directory to hold the ICU (current and previous versions) and the data. 28 2) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data 33 4) Build the ICU performance tests either through Visual Studios or with the Makefile. 38 a) ICU version numbers 40 c) Path to the root directory of the different versions of ICU 48 …* You only need to run the perl script from the latest ICU version. The corresponding perl script 49 in the previous versions of ICU do not need to be run seperately.
|
/external/icu4c/test/compat/ |
D | readme.txt | 3 tzone.pl : A perl script that test the timezone information between the system time and ICU time. 7 tzdate.c Source file that compares the ICU time and system time. 12 1. Build ICU. tzdate is not built automatically. 13 Specify an ICU install directory when running configure, 14 using the --prefix option. The steps to build ICU will look something 20 2. Install ICU,
|
/external/icu4c/samples/ugrep/ |
D | readme.txt | 2 ugrep: a sample program demonstrating the use of ICU regular expression API. 28 1. Install and build ICU 35 2. Add ICU's bin directory to the path, e.g. 37 (Use the path to where ever ICU is on your system.) 45 1. Build ICU. Specify an ICU install directory when running configure, 46 using the --prefix option. The steps to build ICU will look something 52 2. Install ICU,
|
/external/icu4c/samples/strsrch/ |
D | readme.txt | 14 1. Install and build ICU 21 2. Add ICU's bin directory to the path, e.g. 23 (Use the path to where ever ICU is on your system.) 30 1. Build ICU. strsrch is built automatically by default unless samples are turned off. 31 Specify an ICU install directory when running configure, 32 using the --prefix option. The steps to build ICU will look something 38 2. Install ICU,
|
/external/icu4c/samples/numfmt/ |
D | readme.txt | 17 1. Install and build ICU 24 2. Add ICU's bin directory to the path, e.g. 26 (Use the path to where ever ICU is on your system.) 33 1. Build ICU. 34 Specify an ICU install directory when running configure, 35 using the --prefix option. The steps to build ICU will look something 41 2. Install ICU,
|