Home | History | Annotate | Download | only in unicode

Lines Matching full:collation

31 *  2/13/97     aliu        Moved several methods into this class from Collation.
55 * 12/15/99 aliu Update to support Thai collation. Move NormalizerIterator
97 * table-based collation.
99 * For more information about the collation service see
100 * <a href="http://userguide.icu-project.org/collation">the User Guide</a>.
102 * Collation service provides correct sorting orders for most locales supported in ICU.
104 * to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR root sort order</a>.
107 * this subject see the <a href="http://userguide.icu-project.org/collation/customization">
108 * Collation Customization</a> section of the User Guide.
117 * collation table out of them. Please see RuleBasedCollator class
118 * description for more details on the collation rule syntax.
119 * @param rules the collation rules to build the collation table from.
127 * collation table out of them. Please see RuleBasedCollator class
128 * description for more details on the collation rule syntax.
129 * @param rules the collation rules to build the collation table from.
140 * collation table out of them. Please see RuleBasedCollator class
141 * description for more details on the collation rule syntax.
142 * @param rules the collation rules to build the collation table from.
153 * collation table out of them. Please see RuleBasedCollator class
154 * description for more details on the collation rule syntax.
155 * @param rules the collation rules to build the collation table from.
234 * Creates a collation element iterator for the source string. The caller of
239 * @return the collation element iterator of the source string using this as
247 * Creates a collation element iterator for the source. The caller of this
251 * @return the collation element iterator of the source using this as the
386 * Generates the hash code for the rule-based collation object.
398 * @return locale where the collation data lives. If the collator
406 * @return the collation tailoring from which this collator was created
423 * This is specific to the kind of collation element values and sequences
427 * @param order a collation order returned by CollationElementIterator::previous
429 * @return maximum size of the expansion sequences ending with the collation
430 * element, or 1 if the collation element does not occur at the end of
494 * See http://userguide.icu-project.org/collation/customization#TOC-Building-on-Existing-Locales
699 * http://userguide.icu-project.org/collation/concepts#TOC-Collator-naming-scheme
748 * characters and strings that map to multiple collation elements (expansions).
851 * Tests whether a character is "unsafe" for use as a collation starting point.