Home | History | Annotate | Download | only in text

Lines Matching refs:collator

89  * the comparison level of the collator. The method previous() returns the
91 * the collator. The Collation Element Iterator moves only in one direction
102 * @see Collator
197 private CollationElementIterator(RuleBasedCollator collator) {
199 rbc_ = collator;
209 * collator. If the source string is empty, NULLORDER will be
213 * @param collator the RuleBasedCollator
216 CollationElementIterator(String source, RuleBasedCollator collator) {
217 this(collator);
220 // Note: The constructors should take settings & tailoring, not a collator,
233 * the collator. If the source string is empty, NULLORDER will be
237 * @param collator the RuleBasedCollator
240 CollationElementIterator(CharacterIterator source, RuleBasedCollator collator) {
241 this(collator);
249 * the collator. If the source string is empty, NULLORDER will be
253 * @param collator the RuleBasedCollator
256 CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator) {
257 this(collator);