Uses of Interface
com.ibm.icu.impl.UCaseProps.ContextIterator
-
Packages that use UCaseProps.ContextIterator Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of UCaseProps.ContextIterator in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement UCaseProps.ContextIterator Modifier and Type Class Description static class
CaseMapImpl.StringContextIterator
Implementation of UCaseProps.ContextIterator, iterates over a String.Methods in com.ibm.icu.impl with parameters of type UCaseProps.ContextIterator Modifier and Type Method Description private boolean
UCaseProps. isFollowedByCasedLetter(UCaseProps.ContextIterator iter, int dir)
private boolean
UCaseProps. isFollowedByDotAbove(UCaseProps.ContextIterator iter)
private boolean
UCaseProps. isFollowedByMoreAbove(UCaseProps.ContextIterator iter)
private boolean
UCaseProps. isPrecededBy_I(UCaseProps.ContextIterator iter)
private boolean
UCaseProps. isPrecededBySoftDotted(UCaseProps.ContextIterator iter)
int
UCaseProps. toFullLower(int c, UCaseProps.ContextIterator iter, java.lang.Appendable out, int caseLocale)
Get the full lowercase mapping for c.int
UCaseProps. toFullTitle(int c, UCaseProps.ContextIterator iter, java.lang.Appendable out, int caseLocale)
int
UCaseProps. toFullUpper(int c, UCaseProps.ContextIterator iter, java.lang.Appendable out, int caseLocale)
private int
UCaseProps. toUpperOrTitle(int c, UCaseProps.ContextIterator iter, java.lang.Appendable out, int loc, boolean upperNotTitle)
-
Uses of UCaseProps.ContextIterator in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UCaseProps.ContextIterator Modifier and Type Class Description (package private) class
ReplaceableContextIterator
Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.
-