/external/chromium_org/third_party/icu/source/common/ |
locavailable.cpp | 34 static icu::Locale* availableLocaleList = NULL; 36 static icu::UInitOnce gInitOnce = U_INITONCE_INITIALIZER; 103 static icu::UInitOnce _installedLocalesInitOnce;
|
/external/icu/icu4c/source/common/ |
locavailable.cpp | 34 static icu::Locale* availableLocaleList = NULL; 36 static icu::UInitOnce gInitOnce = U_INITONCE_INITIALIZER; 103 static icu::UInitOnce _installedLocalesInitOnce;
|
/external/chromium_org/third_party/icu/source/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/chromium_org/components/enhanced_bookmarks/ |
enhanced_bookmark_utils.cc | 45 explicit BookmarkNameComparator(icu::Collator* collator) 59 icu::Collator* collator_; 64 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(error));
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uenum.h | 35 * @stable ICU 2.2 38 /** structure representing an enumeration object instance @stable ICU 2.2 */ 46 * @stable ICU 2.2 62 * @stable ICU 4.4 82 * @stable ICU 2.2 106 * @stable ICU 2.2 139 * @stable ICU 2.2 153 * @stable ICU 2.2 167 * @stable ICU 4.2 170 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter_icu.cc | 18 // Note that we don't use features of ICU that depend on std::string (e.g. 19 // UnicodeString::toUTF8String()) to support clients that build ICU without 40 using icu::RegexMatcher; 41 using icu::RegexPattern; 42 using icu::UnicodeString; 56 // Note that we don't use icu::StringPiece(const string&). 58 icu::StringPiece(source.c_str(), source.size())); 63 // Implementation of the abstract classes RegExpInput and RegExp using ICU 66 // ICU implementation of the RegExpInput abstract class. 102 // ICU implementation of the RegExp abstract class [all...] |
/external/chromium_org/ui/base/models/ |
table_model.h | 11 #include "third_party/icu/source/i18n/unicode/coll.h" 90 icu::Collator* GetCollator();
|
/external/icu/icu4c/source/common/unicode/ |
uenum.h | 35 * @stable ICU 2.2 38 /** structure representing an enumeration object instance @stable ICU 2.2 */ 46 * @stable ICU 2.2 62 * @stable ICU 4.4 82 * @stable ICU 2.2 106 * @stable ICU 2.2 139 * @stable ICU 2.2 153 * @stable ICU 2.2 167 * @stable ICU 4.2 170 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) [all...] |
/external/icu/icu4c/source/i18n/ |
bocsu.h | 155 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
|
dangical.cpp | 24 static icu::TimeZone *gDangiCalendarZoneAstroCalc = NULL; 25 static icu::UInitOnce gDangiCalendarInitOnce = U_INITONCE_INITIALIZER;
|
/external/sqlite/android/ |
Android.mk | 10 external/icu/icu4c/source/i18n \ 11 external/icu/icu4c/source/common
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
AndroidBidi_Delegate.java | 22 import com.ibm.icu.text.Bidi;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
AndroidLocale.java | 21 import com.ibm.icu.util.ULocale;
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/ |
ICU_Delegate.java | 17 package libcore.icu; 20 import com.ibm.icu.text.DateTimePatternGenerator; 21 import com.ibm.icu.util.Currency; 22 import com.ibm.icu.util.ULocale; 27 * Delegate implementing the native methods of libcore.icu.ICU 29 * Through the layoutlib_create tool, the original native methods of ICU have been replaced 47 // --- Native methods accessing ICU's database. 248 ICU.setDefaultLocale(locale); 253 return ICU.getDefaultLocale() [all...] |
/libcore/luni/src/main/java/java/text/ |
CollationElementIterator.java | 20 import libcore.icu.CollationElementIteratorICU;
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeCollation.java | 11 package libcore.icu; 18 * @internal ICU 2.4
|
/libcore/luni/src/main/native/ |
sub.mk | 61 external/icu/icu4c/source/common \ 62 external/icu/icu4c/source/i18n \
|
/external/chromium_org/third_party/icu/source/i18n/ |
dangical.cpp | 24 static icu::TimeZone *gDangiCalendarZoneAstroCalc = NULL; 25 static icu::UInitOnce gDangiCalendarInitOnce = U_INITONCE_INITIALIZER;
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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
|
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/ |
utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
|
/external/icu/icu4c/source/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/icu/icu4c/source/test/perf/unisetperf/draft/ |
contperf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|