HomeSort by relevance Sort by last modified time
    Searched full:collation (Results 351 - 375 of 536) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 553 // Note: Following test cases are no longer working because collation data is now in the collation module
667 String key = bundle.getStringWithFallback("Keys/collation");
668 if(!key.equals("COLLATION")){
671 String type = bundle.getStringWithFallback("Types/collation/direct");
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFCD.java 53 // c can be negative, e.g., Collation.SENTINEL_CP from UCharIterator;
65 // c can be negative, e.g., Collation.SENTINEL_CP from UCharIterator;
77 // c can be negative, e.g., Collation.SENTINEL_CP.
89 * must be decomposed before reaching the core collation code,
104 * must be decomposed before reaching the core collation code,
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 26 * It can support either direct use, or use with a client that doesn't support localized collation.
45 * (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
774 // Stable sort preserves input order of collation duplicates.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 552 // Note: Following test cases are no longer working because collation data is now in the collation module
666 String key = bundle.getStringWithFallback("Keys/collation");
667 if(!key.equals("COLLATION")){
670 String type = bundle.getStringWithFallback("Types/collation/direct");
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 204 // de-DE-u-co-phonebk -> de_DE@collation=phonebook
214 // de_DE@collation=phonebook -> de_Latn_DE@collation=phonebook
220 // de_Latn_DE@collation=phonebook -> de_Latn_DE
226 // de_DE@collation=phonebook -> de_DE
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 138 // This should be the correct data. Commented till it is fixed in CLDR collation data.
141 // This should be the correct data. Commented till it is fixed in CLDR collation data.
190 // final ULocale desired = new ULocale(locale + "@collation=" + collationValue);
219 /*, "zh@collation=unihan", "ja@collation=unihan", "ko@collation=unihan"*/
    [all...]
  /external/icu/icu4c/
readme.html 139 <li>Language sensitive text collation (sorting) and searching based on the
140 Unicode Collation Algorithm (=ISO 14651)</li>
357 <h3>ICU 54: Deprecation of Collation Short Strings</h3>
358 <p>The collation short naming scheme and its API functions are deprecated.
359 Use ucol_open() with language tag collation keywords instead (see <a href="http://userguide.icu-project.org/collation/api">Collation API Details</a>). For example, <code>ucol_open("de-u-co-phonebk-ka-shifted", &amp;errorCode)</code>
363 <p>This was originally intended to be the version of collation tailorings,
467 internationalization issues such as formatting, collation, text break
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 473 { "de__PHONEBOOK", "de", "collation", "phonebook" }, /* Old ICU name */
480 { "es__TRADITIONAL", "es", "collation", "traditional" }, /* Old ICU name */
489 { "hi__DIRECT", "hi", "collation", "direct" }, /* Old ICU name */
522 { "PINYIN", "collation", "pinyin" }, /* Solaris variant */
523 { "STROKE", "collation", "stroke" } /* Solaris variant */
676 /* ';' before '=' [foo@currency;collation=pinyin] is illegal */
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 137 // This should be the correct data. Commented till it is fixed in CLDR collation data.
140 // This should be the correct data. Commented till it is fixed in CLDR collation data.
189 // final ULocale desired = new ULocale(locale + "@collation=" + collationValue);
218 /*, "zh@collation=unihan", "ja@collation=unihan", "ko@collation=unihan"*/
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 298 * Allows client to specify a hint to the provider declaring which collation
305 * {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}, if sort collation
319 public static final String QUERY_ARG_SORT_COLLATION = "android:query-arg-sort-collation";
348 * @see {@link java.text.Collector} for details on respective collation strength.
3058 int collation = queryArgs.getInt( local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c     [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 41 * See http://unicode.org/repos/cldr/trunk/specs/ldml/tr35-collation.html#Collation_Indexes
436 // Helper arrays for Chinese Pinyin collation.
641 // Stable sort preserves input order of collation duplicates.
    [all...]
Makefile.in 77 collation.o collationsettings.o collationdata.o collationtailoring.o \
collationsettings.cpp 20 #include "collation.h"
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 99 "en_US_VALLEYGIRL@collation=phonebook;calendar=japanese",
100 "en_US_VALLEYGIRL@collation=phonebook;calendar=gregorian",
249 // using Collation as a delay-loop:
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c     [all...]
  /external/icu/icu4c/packaging/rpm/
icu.spec 26 for many character sets, language sensitive collation, date
  /external/pdfium/
PRESUBMIT.py 33 'collation (LC_COLLATE=C) and check\nhttps://google.github.io/styleguide/'
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 398 * return the collation key
400 * @return the collation key
412 * return the collation key in hex format
414 * @return the collation key in hex format
    [all...]
  /libcore/ojluni/src/main/java/java/text/
PatternEntry.java 44 * Utility class for normalizing and merging patterns for collation.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 144 // http://cldr.unicode.org/index/downloads/cldr-27#TOC-Changes-to-Collation
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 360 { "de__PHONEBOOK", "de", "collation", "phonebook" }, /* Old ICU name */
369 { "es__TRADITIONAL", "es", "collation", "traditional" }, /* Old ICU name */
378 { "hi__DIRECT", "hi", "collation", "direct" }, /* Old ICU name */
418 { "PINYIN", "collation", "pinyin" }, /* Solaris variant */
419 { "STROKE", "collation", "stroke" } /* Solaris variant */
472 * to "zh@collation=pinyin". By default ICU only recognizes the
473 * latter as specifying pinyin collation. Use {@link #createCanonical}
477 * "en_US", "sy_Cyrl_YU", "zh__pinyin", "es_ES@currency=EUR;collation=traditional"
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 313 { "de__PHONEBOOK", "de", "collation", "phonebook" }, /* Old ICU name */
322 { "es__TRADITIONAL", "es", "collation", "traditional" }, /* Old ICU name */
331 { "hi__DIRECT", "hi", "collation", "direct" }, /* Old ICU name */
371 { "PINYIN", "collation", "pinyin" }, /* Solaris variant */
372 { "STROKE", "collation", "stroke" } /* Solaris variant */
430 * to "zh@collation=pinyin". By default ICU only recognizes the
431 * latter as specifying pinyin collation. Use {@link #createCanonical}
435 * "en_US", "sy_Cyrl_YU", "zh__pinyin", "es_ES@currency=EUR;collation=traditional"
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dec 530 ## Indicates if Unicode Collation Protocol will be installed.<BR><BR>
531 # TRUE - Installs Unicode Collation Protocol.<BR>
532 # FALSE - Does not install Unicode Collation Protocol.<BR>
533 # @Prompt Enable Unicode Collation support.
536 ## Indicates if Unicode Collation 2 Protocol will be installed.<BR><BR>
537 # TRUE - Installs Unicode Collation 2 Protocol.<BR>
538 # FALSE - Does not install Unicode Collation 2 Protocol.<BR>
539 # @Prompt Enable Unicode Collation 2 support.
    [all...]

Completed in 890 milliseconds

<<11121314151617181920>>