OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icu
(Results
26 - 50
of
213
) sorted by null
1
2
3
4
5
6
7
8
9
/external/icu4c/config/
dist.mk
16
DISTY_ICU=$(DISTY_TMP)/
icu
21
DOCZIP=
icu
-docs.zip
64
svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/
icu
"
65
( cd $(DISTY_TMP)/
icu
/source ; zip -rlq $(DISTY_DATA_ZIP) data )
69
( cd $(DISTY_TMP)/
icu
; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
70
( cd $(DISTY_TMP) ; tar cfpz $(DISTY_FILE_TGZ)
icu
)
71
( cd $(DISTY_TMP) ; zip -rlq $(DISTY_FILE_ZIP)
icu
)
84
@(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd
icu
/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
/libcore/luni/src/main/java/java/net/
IDN.java
19
import libcore.
icu
.NativeIDN;
/libcore/luni/src/main/java/libcore/icu/
Transliterator.java
17
package 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.
NativeCollation.java
11
package libcore.
icu
;
16
* @internal
ICU
2.4
/external/icu4c/common/
cpputils.h
72
uprv_arrayCopy(const
icu
::UnicodeString *src,
icu
::UnicodeString *dst, int32_t count)
80
uprv_arrayCopy(const
icu
::UnicodeString *src, int32_t srcStart,
81
icu
::UnicodeString *dst, int32_t dstStart, int32_t count)
89
uprv_checkCanGetBuffer(const
icu
::UnicodeString &s, UErrorCode &errorCode) {
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc
84
scoped_ptr<
icu
::DateFormat> formatter(
85
icu
::DateFormat::createTimeInstance(
icu
::DateFormat::kShort));
86
icu
::UnicodeString time_string;
87
icu
::FieldPosition ampm_field(
icu
::DateFormat::kAmPmField);
163
void ClockMenuButton::TimezoneChanged(const
icu
::TimeZone& timezone) {
/external/icu4c/data/mappings/
ucmfiles.mk
11
# configure the
ICU
.
20
# Note:
ICU
is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
33
# ucmebcdic.mk from the <
icu
>/source/data directory
118
icu
-internal-25546.ucm lmb-excp.ucm \
119
icu
-internal-compound-d1.ucm
icu
-internal-compound-d2.ucm
icu
-internal-compound-d3.ucm
icu
-internal-compound-d4.ucm\
120
icu
-internal-compound-d5.ucm
icu
-internal-compound-d6.ucm icu-internal-compound-d7.ucm
[
all
...]
/external/chromium/base/i18n/
rtl.cc
24
std::string GetLocaleString(const
icu
::Locale& locale) {
44
// Represents the locale-specific
ICU
text direction.
47
// Convert the
ICU
default locale to a string.
49
return GetLocaleString(
icu
::Locale::getDefault());
52
// Convert the
ICU
canonicalized locale to a string.
54
return GetLocaleString(
icu
::Locale::createCanonical(locale));
57
// Convert Chrome locale name to
ICU
locale name
69
const
icu
::Locale& locale =
icu
::Locale::getDefault();
86
icu
::Locale locale(ICULocaleName(locale_string).c_str())
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/unicode/
Unicode.h
31
#include <wtf/unicode/
icu
/UnicodeIcu.h>
/libcore/luni/src/main/java/java/nio/charset/
CharsetICU.java
12
import libcore.
icu
.NativeConverter;
/external/chromium/chrome/browser/autofill/
autofill_country.cc
320
// Add any other countries that
ICU
knows about, falling back to default data
322
for (const char* const* country_pointer =
icu
::Locale::getISOCountries();
376
// Returns an
ICU
collator -- i.e. string comparator -- appropriate for the
378
icu
::Collator* GetCollatorForLocale(const std::string& locale);
380
// Returns the
ICU
sort key corresponding to |str| for the given |collator|.
384
const std::string GetSortKey(const
icu
::Collator& collator,
385
const
icu
::UnicodeString& str,
395
// The outer map keys are
ICU
locale identifiers.
397
// country codes. The inner map keys are
ICU
collation sort keys corresponding
402
// Maps
ICU
locale names to their corresponding collators
[
all
...]
/external/harfbuzz_ng/src/hb-icu-le/
Makefile.am
3
noinst_LTLIBRARIES = libhb-
icu
-le.la
/external/icu4c/stubdata/
Android.mk
25
# 'all' includes all
ICU
's locale data, but is currently missing some Android
28
# 'default' (
icu
-data-default.txt) includes all locales for 50+ languages.
33
LOCAL_MODULE :=
icu
.dat
36
LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/
icu
42
$(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/
icu
/$(root).dat))
/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
/libcore/luni/src/main/java/java/text/
BreakIterator.java
21
import libcore.
icu
.
ICU
;
22
import libcore.
icu
.NativeBreakIterator;
233
// the wrapped
ICU
implementation
255
return
ICU
.getAvailableBreakIteratorLocales();
CollationElementIterator.java
20
import libcore.
icu
.CollationElementIteratorICU;
/external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc
15
#include "unicode/coll.h" //
icu
::Collator
37
explicit CertNameComparator(
icu
::Collator* collator)
52
icu
::Collator* collator_;
93
scoped_ptr<
icu
::Collator> collator;
96
icu
::Collator::createInstance(
97
icu
::Locale(g_browser_process->GetApplicationLocale().c_str()),
/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
...]
/external/icu4c/samples/
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 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/ucon
[
all
...]
/external/icu4c/test/perf/unisetperf/draft/
contperf.bat
4
set PERF=c:\svn\icuproj\
icu
\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
span16perf.bat
4
set PERF=c:\svn\icuproj\
icu
\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
span8perf.bat
4
set PERF=c:\svn\icuproj\
icu
\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
Completed in 3374 milliseconds
1
2
3
4
5
6
7
8
9