Uses of Class
com.ibm.icu.util.OutputInt
-
Packages that use OutputInt 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 OutputInt in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type OutputInt Modifier and Type Method Description int
UnicodeSetStringSpan.OffsetList. popMinimum(OutputInt outCount)
Finds the lowest stored offset from a non-empty list, removes it, and reduces all other offsets by this minimum.int
BMPSet. span(java.lang.CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)
Span the initial substring for which each character c has spanCondition==contains(c).int
UnicodeSetStringSpan. spanAndCount(java.lang.CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)
Spans a string and counts the smallest number of set elements on any path across the span.private int
UnicodeSetStringSpan. spanContainedAndCount(java.lang.CharSequence s, int start, OutputInt outCount)
private int
UnicodeSetStringSpan. spanNot(java.lang.CharSequence s, int start, OutputInt outCount)
Algorithm for spanNot()==span(SpanCondition.NOT_CONTAINED) Theoretical algorithm: - Iterate through the string, and at each code point boundary: + If the code point there is in the set, then return with the current position. -
Uses of OutputInt in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type OutputInt Modifier and Type Method Description int
UnicodeSet. spanAndCount(java.lang.CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)
Deprecated.This API is ICU internal only.private int
UnicodeSet. spanCodePointsAndCount(java.lang.CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)
-