Uses of Interface
com.ibm.icu.impl.UCaseProps.ContextIterator
Packages that use UCaseProps.ContextIterator
-
Uses of UCaseProps.ContextIterator in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement UCaseProps.ContextIteratorModifier and TypeClassDescriptionstatic final classImplementation of UCaseProps.ContextIterator, iterates over a String.Methods in com.ibm.icu.impl with parameters of type UCaseProps.ContextIteratorModifier and TypeMethodDescriptionprivate final booleanUCaseProps.isFollowedByCasedLetter(UCaseProps.ContextIterator iter, int dir) private final booleanUCaseProps.isFollowedByDotAbove(UCaseProps.ContextIterator iter) private final booleanUCaseProps.isFollowedByMoreAbove(UCaseProps.ContextIterator iter) private final booleanUCaseProps.isPrecededBy_I(UCaseProps.ContextIterator iter) private final booleanUCaseProps.isPrecededBySoftDotted(UCaseProps.ContextIterator iter) final intUCaseProps.toFullLower(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) Get the full lowercase mapping for c.final intUCaseProps.toFullTitle(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) final intUCaseProps.toFullUpper(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) private final intUCaseProps.toUpperOrTitle(int c, UCaseProps.ContextIterator iter, Appendable out, int loc, boolean upperNotTitle) -
Uses of UCaseProps.ContextIterator in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UCaseProps.ContextIteratorModifier and TypeClassDescription(package private) classImplementation of UCaseProps.ContextIterator, iterates over a Replaceable.