Home
last modified time | relevance | path

Searched refs:ICU (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/icu/icu4c/packaging/
DPACKAGES5 ICU is packaged into a number of small, interdependent packages. This
8 guide when packaging ICU on a new system.
10 + List of ICU packages.
12 ICU is distributed as the following packages:
14 - ICU libraries. This package contains the runtime libraries needed by
15 applications that use ICU. All the other packages require this package
17 - ICU. This package contains the converters data, the timezones data,
18 and all the ICU tools.
19 - ICU locales. This package adds locales and break data.
20 - ICU development. This package contains the files necessary to build
[all …]
/external/icu/icu4c/source/samples/legacy/
DREADME5 This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU
7 …d be able to simultaneously use one or more versions of ICU 2.0 or higher and one version of ICU 1…
9ICU 1.8.1. sortkeys. New ICU comes out, with neat new features you would like to use, but also wit…
11 …cannot mix two versions of ICU in the same compilation unit. You cannot automatically use more tha…
13 In order to make the compilation unit use old version of ICU, you have to do a couple of things:
21 To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data lib…
31 Build both current ICU and ICU 1.8.1. Take icuuc18.dll, icuin18.dll and icudt18l.dll and put them s…
33 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1.
34 Edit the two library entries with path so that they point to .lib files for your version of ICU.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties10 #* This is the properties file which contains ICU runtime configuration.
14 # The default TimeZone implementation type used by the ICU TimeZone
15 # factory method. [ ICU | JDK ]
16 # @stable ICU 4.0
17 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU
23 # @stable ICU 4.8
37 # File system path where ICU looks for binary data files.
38 # If not empty, then ICU looks for binary data files before looking for data on the classpath.
43 # Each ICU data file may contain little-endian or big-endian data.
44 # Each ICU data file's charset must be ASCII. (Platform type 'l' or 'b' but not 'e'.)
[all …]
/external/icu/android_icu4j/resources/android/icu/
DICUConfig.properties10 #* This is the properties file which contains ICU runtime configuration.
14 # The default TimeZone implementation type used by the ICU TimeZone
15 # factory method. [ ICU | JDK ]
16 # @stable ICU 4.0
17 android.icu.util.TimeZone.DefaultTimeZoneType = ICU
23 # @stable ICU 4.8
37 # File system path where ICU looks for binary data files.
38 # If not empty, then ICU looks for binary data files before looking for data on the classpath.
43 # Each ICU data file may contain little-endian or big-endian data.
44 # Each ICU data file's charset must be ASCII. (Platform type 'l' or 'b' but not 'e'.)
[all …]
/external/icu/icu4c/source/samples/
Dreadme.txt16 csdet - demonstrates using ICU's CharSet Detection API
22 layout - demonstrates the ICU LayoutEngine
24 legacy - demonstrates using two versions of ICU in one application
34 translit - demonstrates the use of ICU transliteration
38 ucnv - demonstrates the use of ICU codepage conversion
40 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solutio…
44 ugrep - demonstrates ICU Regular Expressions.
48 ustring - demonstrates ICU string manipulation functions
55 It is normally built with ICU, and is located in icu/source/extra/uconv
58 included with ICU. You can check it out from the CVS command line
[all …]
/external/icu/icu4j/tools/build/
Dmanifest.stub4 Specification-Title: ICU for Java Doc Tools
6 Specification-Vendor: ICU
7 Implementation-Title: ICU for Java Doc Tools
14 Specification-Title: ICU for Java Resource Index Generator
16 Specification-Vendor: ICU
17 Implementation-Title: ICU for Java Resource Index Generator
/external/icu/icu4c/source/samples/udata/
Dreadme.txt5 udata: Low level ICU data
8 Using the low level ICU data handling interfaces (udata) to create
18 1. Install and build ICU
25 2. Add ICU's bin directory to the path, e.g.
27 (Use the path to where ever ICU is on your system.)
36 1. Build ICU.
37 Specify an ICU install directory when running configure,
38 using the --prefix option. The steps to build ICU will look something
44 2. Install ICU,
48 …You will need to set ICU_PATH to the location of your ICU source tree, for example ICU_PATH=/home/…
/external/icu/icu4c/source/samples/ustring/
Dreadme.txt8 Using ICU to manipulate UnicodeString objects
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,
/external/icu/icu4c/source/samples/props/
Dreadme.txt8 Using ICU to determine the properties of Unicode characters
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,
/external/icu/icu4c/source/samples/ufortune/
Dreadme.txt5 ufortune: a sample program demonstrating the use of ICU resource files by an application.
11 Loading resource data using ICU's API
25 1. Install and build ICU
32 2. Add ICU's bin directory to the path, e.g.
34 (Use the path to where ever ICU is on your system.)
42 1. Build ICU. Specify an ICU install directory when running configure,
43 using the --prefix option. The steps to build ICU will look something
49 2. Install ICU,
/external/icu/icu4c/source/samples/case/
Dreadme.txt8 Using ICU to convert between different cases
18 1. Install and build ICU
26 2. Add ICU's bin directory to the path, e.g.
28 (Use the path to where ever ICU is on your system.)
35 1. Build ICU.
36 Specify an ICU install directory when running configure,
37 using the --prefix option. The steps to build ICU will look something
43 2. Install ICU,
/external/icu/icu4c/source/samples/citer/
Dreadme.txt8 Demonstrating ICU's CharacterIterator
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.)
34 1. Build ICU.
35 Specify an ICU install directory when running configure,
36 using the --prefix option. The steps to build ICU will look something
42 2. Install ICU,
/external/icu/icu4c/source/samples/csdet/
Dreadme.txt9 Using ICU's CharSet Detection API
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.)
34 1. Build ICU.
35 Specify an ICU install directory when running configure,
36 using the --prefix option. The steps to build ICU will look something
42 2. Install ICU,
/external/icu/icu4c/source/samples/break/
Dreadme.txt8 Using ICU to determine the linguistic boundaries within text
18 1. Install and build ICU
25 2. Add ICU's bin directory to the path, e.g.
27 (Use the path to where ever ICU is on your system.)
34 1. Build ICU.
35 Specify an ICU install directory when running configure,
36 using the --prefix option. The steps to build ICU will look something
42 2. Install ICU,
/external/icu/icu4c/source/test/perf/
DREADME10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU,
18 The most up to date tests are in ICU 4.0 and later. In addition, most tests depend on data which ar…
28 1) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data
33 3) 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
51 …* You only need to run the perl script from the latest ICU version. The corresponding perl script
52 in the previous versions of ICU do not need to be run seperately.
64 Note: The perl script is only used in one version of ICU. When you run regression tests,
65 it is recommended to run the tests from the later version of ICU.
/external/icu/icu4c/source/samples/uresb/
Dreadme.txt10 Using ICU to print data from a resource bundle
25 1. Install and build ICU
32 2. Add ICU's bin directory to the path, e.g.
34 (Use the path to where ever ICU is on your system.)
42 1. Build ICU.
43 Specify an ICU install directory when running configure,
44 using the --prefix option. The steps to build ICU will look something
50 2. Install ICU,
/external/icu/icu4c/source/samples/ucnv/
Dreadme.txt7 convsamp: a sample program which demonstrates using ICU conversion
23 1. Install and build ICU
30 2. Add ICU's bin directory to the path, e.g.
32 (Use the path to where ever ICU is on your system.)
40 1. Build ICU.
41 Specify an ICU install directory when running configure,
42 using the --prefix option. The steps to build ICU will look something
48 2. Install ICU,
/external/icu/icu4c/source/samples/msgfmt/
DREADME.TXT9 This sample was originally intended as an exercise for the ICU Workshop (September 2000).
21 3. Read through the ICU user's guide at
29 1. What is the date/time support in ICU?
30 2. What is the timezone support in ICU?
31 3. What kind of formatting and parsing support is available in ICU, i.e.
39 This exercise was first developed and tested on ICU release 1.6.0, Win32,
40 Microsoft Visual C++ 6.0. It should work on other ICU releases and
47 - Build and install ICU with a prefix, for example '--prefix=/home/srl/ICU'
48 - Set the variable ICU_PREFIX=/home/srl/ICU and use GNU make in
/external/icu/icu4c/source/config/
Dicu-config-bottom24 echo " --noverify Don't verify that ICU is actually installed."
40 echo " --exists Return with 0 status if ICU exists else fail"
42 echo " --icudata Print shortname of ICU data file (icudt21l)"
44 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
46 echo " --invoke Print commands to invoke an ICU program"
47 echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
48 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
DICULocaleServiceProviderConfig.properties10 #* This is the properties is used for configuring ICU locale service provider
14 # Whether if Locales with ICU's variant suffix will be included in getAvailableLocales.
18 # Suffix string used in Locale's variant field to specify the ICU implementation.
28 # ICU cannot override the implementation. As a result, some number types such as
29 # BigInteger/BigDecimal are not handled by the ICU implementation. If a client expects
32 # BigInteger/BigDecimal support is not done by ICU's implementation.
/external/icu/icu4c/source/samples/coll/
Dreadme.txt17 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. coll 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/icu/icu4c/source/samples/date/
Dreadme.txt20 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.)
36 1. Build ICU. icudate is built automatically by default unless samples are turned off.
37 Specify an ICU install directory when running configure,
38 using the --prefix option. The steps to build ICU will look something
44 2. Install ICU,
/external/icu/icu4c/source/samples/cal/
Dreadme.txt20 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.)
36 1. Build ICU. icucal is built automatically by default unless samples are turned off.
37 Specify an ICU install directory when running configure,
38 using the --prefix option. The steps to build ICU will look something
44 2. Install ICU,
/external/icu/icu4c/source/samples/strsrch/
Dreadme.txt17 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. strsrch 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/icu/icu4c/source/samples/numfmt/
Dreadme.txt20 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.)
36 1. Build ICU.
37 Specify an ICU install directory when running configure,
38 using the --prefix option. The steps to build ICU will look something
44 2. Install ICU,

12345678910>>...12