Uses of Class
com.ibm.icu.util.OutputInt
Packages that use OutputInt
-
Uses of OutputInt in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type OutputIntModifier and TypeMethodDescriptionint
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.final int
BMPSet.span
(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
(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
(CharSequence s, int start, OutputInt outCount) private int
UnicodeSetStringSpan.spanNot
(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 OutputIntModifier and TypeMethodDescriptionint
UnicodeSet.spanAndCount
(CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount) Deprecated.This API is ICU internal only.private int
UnicodeSet.spanCodePointsAndCount
(CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)