Searched refs:ICU (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A DCollPerf.pl126 #store ICU result
147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
219 <li>For general information on ICU collation see <a href=
242 <td align="left"><b>strcoll</b> <i>(ICU)</i></td>
243 <td align="left"><b>keygen</b> <i>(ICU)</i></td>
244 <td align="left"><b>keylen</b> <i>(ICU)</i></td>
248 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
249 <td align="left"><b>keygen</b> <i>(GLIBC-ICU)/ICU)</
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Ducln_io.c23 #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see http://userguide.icu-project.org/howtouseicu
/macosx-10.9.5/ICU-511.35/icuSources/samples/
H A Ddefs.mk6 # Load ICU information. You can copy this to other makefiles #######
21 # default - resources in same mode as ICU
H A Dreadme.txt13 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 solution)
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
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/translit/
H A Dtrnsfiles.mk11 # configure the ICU.
/macosx-10.9.5/ICU-511.35/icuSources/samples/ufortune/resources/
H A Dfortune_resources.mak6 # for for the ICU sample program "ufortune".
19 # ICUDIR the location of ICU, used to locate the tools for
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzdump.c10 * ICU note: Mr. Arthur David Olson (olsona@dc37a.nci.nih.gov) stated that
12 * This version of zdump.c is modified by ICU team to change output format
25 /* Enable extensions and modifications for ICU. */
26 #define ICU macro
28 #ifdef ICU
173 #ifdef ICU
293 #ifdef ICU
321 #ifdef ICU
400 #ifdef ICU
460 #ifdef ICU
[all...]
H A Dzic.c29 /* Enable extensions and modifications for ICU. */
30 #define ICU macro
32 /* Continue executing after link failure. Even if ICU is undefined
39 #ifdef ICU
123 #ifdef ICU
182 #ifdef ICU
314 #ifdef ICU
405 #ifdef ICU
510 #ifdef ICU
511 /* File into which we will write supplemental ICU dat
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/misc/
H A Dmiscfiles.mk11 # configure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/data/sprep/
H A Dsprepfiles.mk11 # reconfigure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/tools/genren/
H A Dgenren.pl87 * Contains data for renaming ICU exports.
256 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
/macosx-10.9.5/ICU-511.35/icuSources/allinone/
H A Dicucheck.bat33 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
116 echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/
H A Dmakedata.mak33 #Let's see if user has given us a path to ICU
38 !MESSAGE ICU path is $(ICUP)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dformat.cpp27 #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see http://userguide.icu-project.org/howtouseicu
170 * @draft ICU 2.4
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dbrkfiles.mk12 # reconfigure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/
H A DrunConfigureICU415 echo source in the ICU distribution to build ICU. Please remember that ICU needs
/macosx-10.9.5/ICU-511.35/icuSources/data/mappings/
H A Ducmfiles.mk11 # configure the ICU.
20 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
/macosx-10.9.5/ICU-511.35/icuSources/data/rbnf/
H A Drbnffiles.mk12 # reconfigure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/data/
H A Dmakedata.mak26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
28 !MESSAGE ICU data make path is $(ICUMAKE)
46 # The root of the ICU source directory tree
52 !MESSAGE ICU root path is $(ICUP)
117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
145 # Directory under which all of the ICU data building tools live.
149 # The current ICU tools need to be in the path first.
180 !MESSAGE ICU data source archive is $(ICUDATA_SOURCE_ARCHIVE)
468 # Common defines for both ways of building ICU's data library.
513 # - add the uni-core-data to the ICU packag
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/gendraft/
H A Dgenheaders.pl258 --version=<current version of ICU>
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dtoolutil.cpp18 * This file contains utility functions for ICU tools like genccode.
26 #error U_TOOLUTIL_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu
/macosx-10.9.5/ICU-511.35/
H A Dmakefile2 # Wrapper makefile for ICU
25 # 3. Within cygwin, cd to the top level of the ICU sources directory, e.g.
26 # $ cd ICU
34 # 5. Run the ICU makefile
369 # ICU installs headers as a sub-targe of the install target. But since we only want
398 # directly into the ICU library. It is now installed at /usr/share/icu/*.dat. Thus we
423 # Note that installsrc is run on the system from which ICU is submitted, which
487 # The ICU version/subversion should reflect the actual ICU version.
594 # need to directly modify the ICU file
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/coll/
H A Dcolfiles.mk12 # reconfigure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/data/curr/
H A Dresfiles.mk12 # reconfigure ICU.
/macosx-10.9.5/ICU-511.35/icuSources/data/lang/
H A Dresfiles.mk12 # reconfigure ICU.

Completed in 178 milliseconds

12