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 class
Implementation of UCaseProps.ContextIterator, iterates over a String.Methods in com.ibm.icu.impl with parameters of type UCaseProps.ContextIteratorModifier and TypeMethodDescriptionprivate final boolean
UCaseProps.isFollowedByCasedLetter
(UCaseProps.ContextIterator iter, int dir) private final boolean
UCaseProps.isFollowedByDotAbove
(UCaseProps.ContextIterator iter) private final boolean
UCaseProps.isFollowedByMoreAbove
(UCaseProps.ContextIterator iter) private final boolean
UCaseProps.isPrecededBy_I
(UCaseProps.ContextIterator iter) private final boolean
UCaseProps.isPrecededBySoftDotted
(UCaseProps.ContextIterator iter) final int
UCaseProps.toFullLower
(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) Get the full lowercase mapping for c.final int
UCaseProps.toFullTitle
(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) final int
UCaseProps.toFullUpper
(int c, UCaseProps.ContextIterator iter, Appendable out, int caseLocale) private final int
UCaseProps.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) class
Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.