/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 67 return Collation.SENTINEL_CP; 106 return Collation.SENTINEL_CP; 109 int prev = Collation.SENTINEL_CP; 117 return Collation.SENTINEL_CP; 164 c = Collation.SENTINEL_CP; 165 return Collation.FALLBACK_CE32;
|
CollationFastLatin.java | 61 // (If we supported numeric collation, then digits would have to have long primaries 390 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; 477 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; 535 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; 537 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; 545 if(CollationSettings.getStrength(options) <= Collator.SECONDARY) { return Collation.EQUAL; [all...] |
CollationRoot.java | 25 * Collation root provider.
|
IterCollationIterator.java | 20 * UCharIterator-based collation element and character iterator.
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
Collator.java | 21 * subclass, RuleBasedCollator, allows customization of the collation 26 * <a href="http://www.unicode.org/unicode/reports/tr10/">Unicode Collation 65 * comparison and collation key generation APIs. This strength also 66 * increases the size of the collation key. 79 * <p>For more information about the collation service see the 208 * collation does not support Java's FULL_DECOMPOSITION mode. 215 * will not be decomposed for collation. This is the default 230 * will be decomposed for collation.</p> 284 * more complete collation behavior.</p> 579 * collation. At this point, the only recognized keyword for thi [all...] |
CollationKey.java | 154 // * @param key array of bytes that represent the collation order of argument 169 // * @param key RawCollationKey object that represents the collation order of 232 * collation rules of the Collator that created this key are 255 * equality. The collation rules of the Collator that created 282 * The collation 315 // * Produce a bound for the sort order of a given collation key and a 339 // * Collation keys produced may be compared using the <TT>compare</TT> API. 351 // * collation key can have.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDIterCollationIterator.java | 65 return Collation.SENTINEL_CP; 104 return Collation.SENTINEL_CP; 107 int prev = Collation.SENTINEL_CP; 115 return Collation.SENTINEL_CP; 162 c = Collation.SENTINEL_CP; 163 return Collation.FALLBACK_CE32;
|
CollationFastLatin.java | 57 // (If we supported numeric collation, then digits would have to have long primaries 386 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; 473 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; 531 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; 533 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; 541 if(CollationSettings.getStrength(options) <= Collator.SECONDARY) { return Collation.EQUAL; [all...] |
/external/icu/icu4c/source/i18n/ |
coll.cpp | 18 * 2/5/97 aliu Modified createDefault to load collation data from 22 * a Collation cache. Modified createDefault to look in 23 * cache first, and also to store newly created Collation 26 * Moved cache out of Collation class. 311 * Sets collation attributes according to locale keywords. See 312 * http://www.unicode.org/reports/tr35/tr35-collation.html#Collation_Settings 316 * http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml 327 // Check for collation keywords that were already deprecated 328 // before any were supported in createInstance() (except for "collation"). 347 // Parse known collation keywords, ignore others [all...] |
collationsets.h | 22 #include "collation.h" 137 int64_t ces[Collation::MAX_EXPANSION_LENGTH];
|
ucol_imp.h | 11 * Private implementation header for C collation 51 * Convenience string denoting the Collation data tree
|
uitercollationiterator.h | 23 #include "collation.h" 31 * UCharIterator-based collation element and character iterator.
|
utf8collationiterator.h | 22 #include "collation.h" 30 * UTF-8 collation element and character iterator.
|
rulebasedcollator.cpp | 12 * created on: 2012feb14 with new and old collation code 37 #include "collation.h" 590 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) { [all...] |
/libcore/ojluni/src/main/java/java/text/ |
Collator.java | 53 * implement specific collation strategies. One subclass, 63 * to understand the details of a particular collation strategy or 170 * set, accented characters will not be decomposed for collation. This 171 * is the default setting and provides the fastest collation but 181 * standard will be decomposed for collation. This should be used to get 182 * correct collation of accented characters. 196 * will be decomposed for collation. This causes not only accented 242 * collation rules for this Collator. Returns an integer less than, 286 * @param source the string to be transformed into a collation key. 287 * @return the CollationKey for the given String based on this Collator's collation [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
connection.h | 99 /* a dictionary of registered collation name => collation callable mappings */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationCreationMethodTest.java | 37 //create a RBC from a collator reader by reading in a locale collation file 39 //pulled from the locale collation file)
|
/external/icu/icu4c/source/test/perf/collperf/ |
CollPerf.pl | 21 "title"=>"Collation performance: ICU,POSIX,and Win", 48 # These are the original test. They are commented out to so that the above test can run and compare certain aspects of collation.
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationCreationMethodTest.java | 36 //create a RBC from a collator reader by reading in a locale collation file 38 //pulled from the locale collation file)
|
/external/python/cpython2/Modules/_sqlite/ |
connection.h | 99 /* a dictionary of registered collation name => collation callable mappings */
|
/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
icu-known-failures.txt | 29 description: "Collation rules data has been removed from ICU4J data on Android",
|
/external/icu/icu4c/source/test/cintltst/ |
callcoll.h | 42 /* tests comparison of custom collation with different strengths */
|
/external/icu/icu4c/source/test/intltest/ |
mnkytst.cpp | 220 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\""); 229 errln( "Demo Test 1 Table Collation object creation failed."); 237 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\""); 244 errln( "Demo Test 1 Table Collation object creation failed.");
|
tscoll.h | 50 * Return an integer array containing all of the collation orders
|
/external/icu/icu4c/source/tools/gencolusb/ |
verify_uset.cpp | 14 #include "collation.h"
|