Searched refs:UnicodeMatcher (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeMatcher.java41 * <code>UnicodeMatcher</code> defines a protocol for objects that can
45 public interface UnicodeMatcher { interface
H A DSymbolTable.java54 * UnicodeMatcher objects. This is used by RuleBasedTransliterator,
90 * Lookup the UnicodeMatcher associated with the given character, and
93 * @return the UnicodeMatcher object represented by the given
98 UnicodeMatcher lookupMatcher(int ch);
H A DUnicodeSet.java276 public class UnicodeSet implements UnicodeMatcher {
1065 UnicodeMatcher m = symbols.lookupMatcher(c); // may be null
1247 add_unchecked(UnicodeMatcher.ETHER);
/openjdk7/jdk/make/java/text/base/
H A DFILES_java.gmk101 sun/text/normalizer/UnicodeMatcher.java \

Completed in 35 milliseconds