/external/chromium_org/v8/test/intl/collator/ |
property-override.js | 54 'locale', 'numeric', 'usage', 'collation'
|
/external/icu/icu4c/source/data/ |
build.xml | 60 <target name="all" depends="locales, collation, rbnf, supplementalData, metadata, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, postalCodeData, dayPeriods" /> 68 <ant target='collation'> 139 <target name="collation" depends="init,setup" description="builds collation files in ICU text format"> 143 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" /> 145 <arg name="--specialsdir" value="${env.ICU4C_DIR}/source/data/xml/collation"/> 146 <arg name="--type" value="collation"/> 301 <target name="translit" depends="init,setup" description="builds collation files in ICU text format"> 347 <fileset id="collation" dir="${env.ICU4C_DIR}/source/data/coll">
|
/external/icu/icu4c/source/i18n/ |
uitercollationiterator.cpp | 19 #include "collation.h" 46 return Collation::FALLBACK_CE32; 112 return Collation::FALLBACK_CE32; 120 return Collation::FALLBACK_CE32;
|
usearch.cpp | 44 * Fast collation element iterator setOffset. 46 * @param coleiter collation element iterator 53 // Note: Not "fast" any more after the 2013 collation rewrite. 60 * Getting the mask for collation strength 61 * @param strength collation strength 62 * @return collation element mask 81 * @param ce collation element 82 * @return collapsed version of the collation element 88 // well with the new collation where most of the latin 1 characters 138 * Getting the modified collation elements taking into account the collatio [all...] |
collationfcd.h | 95 * must be decomposed before reaching the core collation code, 110 * must be decomposed before reaching the core collation code,
|
utf16collationiterator.h | 20 #include "collation.h" 28 * UTF-16 collation element and character iterator.
|
coleitr.cpp | 19 * 12/10/99 aliu Ported Thai collation support from Java. 34 #include "collation.h" 125 if (ce == Collation::NO_CE) { return NULLORDER; } 159 * Get the ordering priority of the previous collation element in the string. 197 if (ce == Collation::NO_CE) { return NULLORDER; }
|
/external/icu/icu4c/source/samples/legacy/ |
oldcol.cpp | 18 * This is the module that uses old collation
|
README | 2 This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU. It only tests u_getVersion and several collation APIs. 6 What is it all about: Let's say you have a 10 Tb database indexed using ICU 1.8.1. sortkeys. New ICU comes out, with neat new features you would like to use, but also with new sortkeys and you don't care to reindex your 10 Tb database. What to do then??? You can use ICU 1.8.1. in one of your compilation units and current version in all the others. So, you can use old collation until you decide to reindex.
|
/external/icu/icu4c/source/samples/strsrch/ |
readme.txt | 2 strsrch: a sample program which finds the occurrences of a pattern string in a source string, using user-defined collation rules.
|
/external/icu/icu4c/source/test/intltest/ |
ficoll.cpp | 36 myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
|
currcoll.cpp | 45 // All the currency symbols, in collation order 148 logln("Collation Currency Tests: ");
|
/external/icu/icu4c/source/test/perf/collperf/ |
CollPerf_r.pl | 17 "title"=>"Collation performanceregression: ICU (".$ICUPreviousVersion." and ".$ICULatestVersion.")",
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameLookupBuilder.java | 121 // Insert a collation key for each extra word - useful for contact filtering 235 * @param buildCollationKey true if a collation key makes sense for these 264 * Inserts a single name variant and optionally its collation key counterpart. 285 * Inserts a collation key for the current contents of {@link #mNames}.
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.c | 670 struct SResource* collation; local 781 collation = resLookup(collations, type); 782 sequence = resLookup(collation, "Sequence"); 896 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h"); 901 /* do the collation elements */ 963 error(startline, "Collation could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly."); 967 warning(line, "%%Collation could not be constructed from CollationElements - check context!"); 975 printf("Not building Collation binary\n"); 980 /* to omit collation rules */ 1024 printf(" collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsccoll.c | 104 /* synwee : added collation element iterator test */ 131 /* synwee : added collation element iterator test */ 405 log_err("Wrong locale for French Collation Data, expected \"fr\" got %s", lp); [all...] |
ccurrtst.c | 20 #if (!UCONFIG_NO_COLLATION) /* This is not a formatting test. This is a collation test. */ 78 /* All the currency symbols, in collation order*/
|
/external/chromium_org/third_party/icu/source/i18n/ |
usearch.cpp | 45 * Fast collation element iterator setOffset. 47 * @param coleiter collation element iterator 68 * Getting the mask for collation strength 69 * @param strength collation strength 70 * @return collation element mask 89 * @param ce collation element 90 * @return collapsed version of the collation element 96 // well with the new collation where most of the latin 1 characters 146 * Getting the modified collation elements taking into account the collation [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
bmsearch.h | 35 * This object holds the information needed to do a Collation sensitive Boyer-Moore search. It encapulates 92 * 2) For Han and Hangul characters, this code ignores any Collation tailorings. In general,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccurrtst.c | 20 #if (!UCONFIG_NO_COLLATION) /* This is not a formatting test. This is a collation test. */ 78 /* All the currency symbols, in collation order*/
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
currcoll.cpp | 45 // All the currency symbols, in collation order 148 logln("Collation Currency Tests: ");
|
tscoll.cpp | 97 TESTCLASS(20, CollationFinnishTest); // removed by weiv - we have changed Finnish collation 152 errln("Creation of collation keys failed\n"); 247 errln("Collation key comparison failed in variant test\n"); 279 // used for collation result reporting, defined here for convenience 494 * Return an integer array containing all of the collation orders
|
/external/chromium_org/third_party/sqlite/src/test/ |
icu.test | 84 # Test the collation sequence function. 108 # Test collation using Lithuanian rules. In the Lithuanian
|
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 8 * This program demos string collation 15 "-rules rule Collation rules file (overrides locale)\n"
|
/external/icu/icu4c/source/test/depstest/ |
dependencies.txt | 763 alphabetic_index collation collation_builder string_search 804 collation localedata 807 group: collation 808 # The collation "runtime" code should not depend on the collation_builder code. 811 collation.o collationcompare.o collationdata.o 832 canonical_iterator collation ucharstriebuilder uset_props 837 breakiterator collation 870 collation collation_builder # for rbnf
|