HomeSort by relevance Sort by last modified time
    Searched refs:icu (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium/third_party/icu/source/config/
test-icu-config.sh 6 # Just a script to test out icu-config.
10 which icu-config
11 icu-config
12 icu-config -?
13 icu-config --BAD ARGUMENT
14 icu-config --bindir
15 icu-config --cflags
16 icu-config --cxx
17 icu-config --cc
18 icu-config --cxxflags
    [all...]
  /external/icu4c/config/
test-icu-config.sh 6 # Just a script to test out icu-config.
10 which icu-config
11 icu-config
12 icu-config -?
13 icu-config --BAD ARGUMENT
14 icu-config --bindir
15 icu-config --cflags
16 icu-config --cxx
17 icu-config --cc
18 icu-config --cxxflags
    [all...]
  /external/chromium/base/i18n/
number_formatting.cc 20 : public DefaultSingletonTraits<icu::NumberFormat> {
21 static icu::NumberFormat* New() {
23 icu::NumberFormat* formatter = icu::NumberFormat::createInstance(status);
27 // There's no ICU call to destroy a NumberFormat object other than
30 // by ICU.
36 icu::NumberFormat* number_format =
37 Singleton<icu::NumberFormat, NumberFormatSingletonTraits>::get();
43 icu::UnicodeString ustr;
time_formatting.cc 17 std::wstring TimeFormat(const icu::DateFormat* formatter,
20 icu::UnicodeString date_string;
37 scoped_ptr<icu::DateFormat> formatter(
38 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort));
43 scoped_ptr<icu::DateFormat> formatter(
44 icu::DateFormat::createDateInstance(icu::DateFormat::kMedium));
49 scoped_ptr<icu::DateFormat> formatter(
50 icu::DateFormat::createDateInstance(icu::DateFormat::kShort))
    [all...]
file_util_icu.cc 5 // File utilities that use the ICU library go in this file.
27 return !!set->containsNone(icu::UnicodeString(s.c_str(), s.size()));
37 scoped_ptr<icu::UnicodeSet> set;
55 set.reset(new icu::UnicodeSet(icu::UnicodeString(
58 set.reset(new icu::UnicodeSet(UNICODE_STRING_SIMPLE(
81 collator_.reset(icu::Collator::createInstance(error_code));
84 collator_->setStrength(icu::Collator::TERTIARY);
112 scoped_ptr<icu::Collator> collator_;
137 int cursor = 0; // The ICU macros expect an int
    [all...]
  /external/icu4c/samples/
defs.mk 6 # Load ICU information. You can copy this to other makefiles #######
8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb
    [all...]
  /external/icu4c/common/unicode/
uversion.h 19 * \brief C API: API for accessing ICU version numbers.
22 /* Main ICU version information */
34 * @stable ICU 2.4
38 /** An ICU version consists of up to 4 numbers from 0..255.
39 * @stable ICU 2.4
43 /** In a string, ICU version fields are delimited by dots.
44 * @stable ICU 2.4
48 /** The maximum length of an ICU version string.
49 * @stable ICU 2.4
53 /** The binary form of a version on ICU APIs is an array of 4 uint8_t
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uversion.h 14 * Contains all the important version numbers for ICU.
19 /* Main ICU version information */
43 * This value will change in the subsequent releases of ICU
44 * @stable ICU 2.4
50 * @stable ICU 2.4
54 /** The current ICU major version as an integer.
55 * This value will change in the subsequent releases of ICU
56 * @stable ICU 2.4
60 /** The current ICU minor version as an integer.
61 * This value will change in the subsequent releases of ICU
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uversion.h 14 * Contains all the important version numbers for ICU.
19 /* Main ICU version information */
43 * This value will change in the subsequent releases of ICU
44 * @stable ICU 2.4
50 * @stable ICU 2.4
54 /** The current ICU major version as an integer.
55 * This value will change in the subsequent releases of ICU
56 * @stable ICU 2.4
60 /** The current ICU minor version as an integer.
61 * This value will change in the subsequent releases of ICU
    [all...]
  /external/webkit/WebCore/icu/unicode/
uversion.h 14 * Contains all the important version numbers for ICU.
19 /* Main ICU version information */
43 * This value will change in the subsequent releases of ICU
44 * @stable ICU 2.4
50 * @stable ICU 2.4
54 /** The current ICU major version as an integer.
55 * This value will change in the subsequent releases of ICU
56 * @stable ICU 2.4
60 /** The current ICU minor version as an integer.
61 * This value will change in the subsequent releases of ICU
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uversion.h 14 * Contains all the important version numbers for ICU.
19 /* Main ICU version information */
43 * This value will change in the subsequent releases of ICU
44 * @stable ICU 2.4
50 * @stable ICU 2.4
54 /** The current ICU major version as an integer.
55 * This value will change in the subsequent releases of ICU
56 * @stable ICU 2.4
60 /** The current ICU minor version as an integer.
61 * This value will change in the subsequent releases of ICU
    [all...]
  /libcore/luni/src/main/java/java/text/
Normalizer.java 19 import libcore.icu.NativeNormalizer;
  /libcore/luni/src/test/java/libcore/icu/
TimeZonesTest.java 17 package libcore.icu;
  /external/chromium/third_party/icu/public/common/unicode/
uversion.h 14 * Contains all the important version numbers for ICU.
20 * \brief C API: Contains all the important version numbers for ICU.
23 /* Main ICU version information */
50 * This value will change in the subsequent releases of ICU
51 * @stable ICU 2.4
57 * @stable ICU 2.4
61 /** The current ICU major version as an integer.
62 * This value will change in the subsequent releases of ICU
63 * @stable ICU 2.4
67 /** The current ICU minor version as an integer.
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/
Unicode.h 31 #include <wtf/unicode/icu/UnicodeIcu.h>
  /libcore/luni/src/main/java/java/net/
IDN.java 19 import libcore.icu.NativeIDN;
  /external/chromium/third_party/icu/
icudata.scons 7 env = env.Clone(COMPONENT_NAME='icu',
28 env.Dir('$SRC_DIR/third_party/icu/public/common'),
29 env.Dir('$SRC_DIR/third_party/icu/public/i18n'),
30 env.Dir('$SRC_DIR/third_party/icu/source/common'),
31 env.Dir('$SRC_DIR/third_party/icu/source/i18n')
121 env.Dir('$SRC_DIR/third_party/icu/public/common'),
122 env.Dir('$SRC_DIR/third_party/icu/public/i18n'),
123 env.Dir('$SRC_DIR/third_party/icu/source/common'),
124 env.Dir('$SRC_DIR/third_party/icu/source/i18n')
261 and (infile.startswith('$SRC_DIR/third_party/icu/')
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 17 package libcore.icu;
NativeNormalizer.java 17 package libcore.icu;
31 // Translates Java enum constants to ICU int constants.
32 // See UNormalizationMode in "unicode/unorm.h". Stable API since ICU 2.0.
NativePluralRules.java 17 package libcore.icu;
22 * Provides access to ICU's
23 * <a href="http://icu-project.org/apiref/icu4c/classPluralRules.html">PluralRules</a> class.
  /external/chromium/third_party/icu/source/data/
makedata.mak 23 # Is icu\source\data\build
26 !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
    [all...]
  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.sh 5 # export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw
10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.sh 5 # export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw
10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 16 * This program shows some basic info about the current ICU.
83 UVersionInfo icu; local
90 u_getVersion(icu);
91 u_versionToString(icu, str);
94 u_getUnicodeVersion(icu);
95 u_versionToString(icu, str);
118 printf("ICU Initialization returned: %s\n", u_errorName(initStatus));
122 ulocdata_getCLDRVersion(icu, &subStatus);
124 u_versionToString(icu, str);
174 fprintf(stderr,"ICU u_cleanup() called.\n")
    [all...]
  /external/icu4c/data/
makedata.mak 23 # Is icu\source\data\
26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
28 !MESSAGE ICU data make path is $(ICUMAKE)
31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c
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
    [all...]

Completed in 836 milliseconds

1 2 3 4 5