Uses of Class com.ibm.icu.text.RuleBasedCollator

Uses in package com.ibm.icu.text

Constructors with parameter type com.ibm.icu.text.RuleBasedCollator

StringSearch.StringSearch(String pattern, CharacterIterator target, RuleBasedCollator collator)
Initializes the iterator to use the language-specific rules defined in the argument collator to search for argument pattern in the argument target text.
StringSearch.StringSearch(String pattern, CharacterIterator target, RuleBasedCollator collator, BreakIterator breakiter)
Initializes the iterator to use the language-specific rules defined in the argument collator to search for argument pattern in the argument target text.

Methods with parameter type com.ibm.icu.text.RuleBasedCollator

void
Sets the RuleBasedCollator to be used for language-specific searching.

Methods with return type com.ibm.icu.text.RuleBasedCollator

RuleBasedCollator
Gets the RuleBasedCollator used for the language rules.

Copyright (c) 2006 IBM Corporation and others.