/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 84 TESTCASE_AUTO_CLASS(CollationFinnishTest); // removed by weiv - we have changed Finnish collation 140 errln("Creation of collation keys failed\n"); 235 errln("Collation key comparison failed in variant test\n"); 267 // used for collation result reporting, defined here for convenience 482 * Return an integer array containing all of the collation orders
|
itmajor.cpp | 16 * 02/14/2001 synwee Release collation for testing.
|
loctest.cpp | [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationSettings.java | 21 * Collation settings/options/attributes. 30 * Options bit 1: Numeric collation. 287 if(b != 0 || p <= Collation.NO_CE_PRIMARY) { 419 Collation.CASE_AND_TERTIARY_MASK : Collation.ONLY_TERTIARY_MASK;
|
Collation.java | 8 * Collation.java, ported from collation.h/.cpp 17 * Collation v2 basic definitions and static helper functions. 22 public final class Collation { 234 * Bits 31..13: Index into int table for non-numeric-collation CE32. 567 return Collation.incThreeBytePrimaryByOffset(p, isCompressible, offset); 592 // private Collation() // No instantiation.
|
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 775 struct SResource *collation = resLookup(collations, collationType); local 776 if (collation != NULL) { 777 struct SResource *sequence = resLookup(collation, "Sequence"); 903 // all sub-elements of the collation table, including the Version. 905 /* to omit collation rules */ 927 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h"); 931 // Do not build collation binary data for for-import-only "private" collation rule strings. 934 printf("Not building %s~%s collation binary\n", state->filename, collationType); 941 printf("Not building %s~%s collation binary\n", state->filename, collationType) [all...] |
genrb.1.in | 120 For example, when processing collation overrides, the file
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
Collation.java | 9 * Collation.java, ported from collation.h/.cpp 18 * Collation v2 basic definitions and static helper functions. 24 public final class Collation { 236 * Bits 31..13: Index into int table for non-numeric-collation CE32. 569 return Collation.incThreeBytePrimaryByOffset(p, isCompressible, offset); 594 // private Collation() // No instantiation.
|
/external/icu/icu4c/source/common/unicode/ |
unorm.h | 98 * Form FCD, "Fast C or D", is also designed for collation. 100 * with an algorithm (like in collation) that works under "canonical closure", i.e., it treats precomposed 111 * Its advantage for a process like collation is that all NFD and most NFC texts - and many unnormalized texts - 117 * For more details on FCD see the collation design document: 118 * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm 120 * ICU collation performs either NFD or FCD normalization automatically if normalization 122 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
|
uloc.h | 78 * example, a Traditional Spanish collation might be referenced, with 165 * For example, you can create a menu of all the collation objects 332 * and the actual locale is "root" (the collation data comes unmodified 646 * E.g: for the locale string de_DE\@collation=PHONEBOOK, this API gets the display 647 * string for the keyword collation. 656 * UEnumeration* keywordEnum = uloc_openKeywords("de_DE@collation=PHONEBOOK;calendar=TRADITIONAL", &status); 692 * E.g: for the locale string de_DE\@collation=PHONEBOOK, this API gets the display 693 * string for PHONEBOOK, in the display locale, when "collation" is specified as the keyword. [all...] |
/external/icu/icu4c/source/common/ |
uresimp.h | 91 * such as case mappings, collation, and segmentation (BreakIterator). 158 * @param keyword locale keyword. Example: "collation" 163 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UForwardCharacterIterator.java | 17 * streams with converters into an object for collation or
|
/external/icu/icu4c/source/data/ |
cldr-icu-readme.txt | 97 # iterator, collation tailoring, or rule-based number formatter, 99 # the main/, brkitr/, collation/, or rbnf/ subdirectory here. 178 # and warnings for some empty collation bundles, e.g. 183 # updating the validSubLocales for collation data (file a bug if appropriate).
|
/external/icu/icu4c/source/i18n/ |
collationfastlatin.h | 65 // (If we supported numeric collation, then digits would have to have long primaries 259 * This table contains data for a Latin-text collation fastpath. 280 * A mini collation element for each character U+0000..U+017F and U+2000..U+203F. 286 * If the collation elements for a character or contraction cannot be encoded in this format,
|
ucol.cpp | 15 * 1996-1999 various members of ICU team maintained C API for collation framework 18 * 03/16/2001 weiv Collation framework is rewritten in C and made UCA compliant 33 #include "collation.h" 261 if(source[sourceIndex] == Collation::LEVEL_SEPARATOR_BYTE) {
|
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 80 * @param ce 32-bit collation element 142 * Getting the modified collation elements taking into account the collation 146 * @return the modified collation elemen [all...] |
/external/icu/icu4c/source/test/perf/ |
README | 23 There are 3 folders in here: collation, conversion, and udr.
|
/external/icu/icu4c/source/test/perf/collperf/ |
CollPerf_r.pl | 21 "title"=>"Collation performanceregression: ICU (".$ICUPreviousVersion." and ".$ICULatestVersion.")",
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UForwardCharacterIterator.java | 16 * streams with converters into an object for collation or
|
/external/icu/icu4j/perf-tests/ |
ucharacterperf_r.pl | 29 "dataDir"=>"svn-icu4j/src/com/ibm/icu/dev/test/perf/data/collation",
|
/external/sqlite/android/ |
sqlite3_android.cpp | 67 // ALOGE("Collation iterator error: %d\n", status); 251 * In the first inserted row, 'token' is the hex collation key of 254 * 'token' will be set to the hex collation key of the I:th token (0-based). 517 // Register the UNICODE collation
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLocaleTest.java | 95 // The database code currently uses PRIMARY collation strength,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
xopen_lim.h | 79 /* Maximum number of bytes in N-to-1 collation mapping. We have no
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
xopen_lim.h | 79 /* Maximum number of bytes in N-to-1 collation mapping. We have no
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
xopen_lim.h | 79 /* Maximum number of bytes in N-to-1 collation mapping. We have no
|