/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
BOCSU.java | 30 * collation strength IDENTICAL. The result CollationKey will consist of the 31 * collation order of the source string followed by the BOCU result of the
|
CollationFCD.java | 55 // c can be negative, e.g., Collation.SENTINEL_CP from UCharIterator; 67 // c can be negative, e.g., Collation.SENTINEL_CP from UCharIterator; 79 // c can be negative, e.g., Collation.SENTINEL_CP. 91 * must be decomposed before reaching the core collation code, 106 * must be decomposed before reaching the core collation code,
|
/external/icu/icu4c/source/test/intltest/ |
thcoll.cpp | 303 // Collator.compare worked OK; now try the collation keys 411 // Until UCA 4.1, the collation code swapped Thai/Lao prevowels with the following consonants,
|
colldata.h | 12 * \brief Originally, added as C++ API for Collation data used to compute minLengthInChars
|
/external/icu/icu4c/source/test/testdata/ |
ssearch.xml | 93 <test-case id="test11" strength="PRIMARY" locale="de_DE@collation=phonebook"> 98 <test-case id="test11a" strength="SECONDARY" locale="de_DE@collation=phonebook">
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
BOCSU.java | 29 * collation strength IDENTICAL. The result CollationKey will consist of the 30 * collation order of the source string followed by the BOCU result of the
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationCurrencyTest.java | 30 // All the currency symbols, in collation order
|
/external/icu/icu4c/source/common/ |
common.vcxproj.filters | 10 <Filter Include="collation"> 104 <Filter>collation</Filter> 640 <Filter>collation</Filter> 643 <Filter>collation</Filter> [all...] |
ucnv_ext.h | 55 * in collation: 160 * The array is partitioned into sections like collation contraction tables. 220 * the toUTable. The array is partitioned into sections like collation
|
/external/icu/icu4c/source/common/unicode/ |
docmain.h | 161 * <td>Collation</td>
|
locid.h | 93 * example, a Traditional Spanish collation might be referenced, with 170 * For example, you can create a menu of all the collation objects 263 * "collation=phonebook;currency=euro" 654 * in addition to locale (for example, collation can be
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationCurrencyTest.java | 29 // All the currency symbols, in collation order
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
typeinfo | 111 * collation order. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
typeinfo | 111 * collation order. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
typeinfo | 111 * collation order. */
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
typeinfo | 111 * collation order. */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
typeinfo | 111 * collation order. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
typeinfo | 111 * collation order. */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 70 * -DTEST_MATCH="zone.*" (or whatever regex you want) to just test collation, numbers, etc. 314 // ============ Handler for Collation ============ 332 addHandler("collation", new Handler() {
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 29 #include "collation.h" 628 // @collation=type, or length=0 if not specified 630 length = uloc_getKeywordValue(localeID, "collation",
|
/external/icu/icu4c/source/tools/genrb/ |
genrb.cpp | 217 "\t-C or --noBinaryCollation do not generate binary collation image;\n" 220 "\t-R or --omitCollationRules do not include collation (tailoring) rules;\n" 502 "the ucadata-unihan.icu version of the collation root data\n"
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterDataReader.java | 151 * in collation: 256 * The array is partitioned into sections like collation contraction tables. 316 * the toUTable. The array is partitioned into sections like collation
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 69 * -DTEST_MATCH="zone.*" (or whatever regex you want) to just test collation, numbers, etc. 313 // ============ Handler for Collation ============ 331 addHandler("collation", new Handler() {
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | 322 { "de__PHONEBOOK", "de", "collation", "phonebook" }, /* Old ICU name */ 331 { "es__TRADITIONAL", "es", "collation", "traditional" }, /* Old ICU name */ 340 { "hi__DIRECT", "hi", "collation", "direct" }, /* Old ICU name */ 380 { "PINYIN", "collation", "pinyin" }, /* Solaris variant */ 381 { "STROKE", "collation", "stroke" } /* Solaris variant */ 433 * to "zh@collation=pinyin". By default ICU only recognizes the 434 * latter as specifying pinyin collation. Use {@link #createCanonical} 438 * "en_US", "sy_Cyrl_YU", "zh__pinyin", "es_ES@currency=EUR;collation=traditional" [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
AlphabeticIndex.java | 27 * It can support either direct use, or use with a client that doesn't support localized collation. 46 * (according to the locale's collation). Strings can be added to the index; 129 * See http://unicode.org/repos/cldr/trunk/specs/ldml/tr35-collation.html#Collation_Indexes 746 // Stable sort preserves input order of collation duplicates. [all...] |