• Home
  • Raw
  • Download

Lines Matching refs:collation

32 and state information necessary to define and support the specific collation
35 collation are to be evaluated. Examples of the state information described in
73 When a collator is created from a locale, the collation service (like all ICU
74 services) must map the requested locale to the localized collation data
79 If you pass a regular locale in, like "en_US", the collation service first
81 will have an associated string value; this is the keyword name for the collation
83 root locale, the collation service will us the "collations/default" key there,
86 If there is a locale with a keyword, like "de-u-co-phonebk" or "de@collation=phonebook", the
87 collation service searches with fallback for "collations/phonebook". If the
88 search is successful, the collation service uses the string value it finds to
90 any of ICU's locale data (e.g., "de@collation=funky"), the service returns a
95 ## Input values for collation
99 done before ICU functions are used. In the case of collation, there are APIs
107 collation APIs has a performance impact. It should be used in situations when it
116 string of text. The collation process then becomes one of simply comparing these
152 The sort weight of a string is represented by the collation elements of its
169 String comparison is performed by comparing the collation elements of each
190 (provided that the same ordering and related collation attributes are used).
212 1. The maximum size of the sort key depends on the size of the collation
213 elements that are used to build it. Size of collation elements vary greatly
259 CLDR 1.9/ICU 4.6 and later map U+FFFE to a special collation element that is
274 CLDR 1.9/ICU 4.6 and later map U+FFFF to a collation element with the maximum
280 The collation element iterator is used for traversing Unicode string collation
285 sufficient. Most people do not need to manipulate collation elements directly.
289 Consider iterating over "apple" and "äpple". Here are sequences of collation
341 Collation strength, or the maximum collation level used for comparison, is set
354 #### French collation
398 Settings](http://www.unicode.org/reports/tr35/tr35-collation.html#Collation_Settings),
460 ICU collation is designed to be fast, small and customizable. Several techniques
557 2. The collation element content
564 has changes affecting the content of collation elements, the version information
574 for the features you need and use the older version for collation.