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 TypeMethodDescriptionintUnicodeSetStringSpan.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 intBMPSet.span(CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount) Span the initial substring for which each character c has spanCondition==contains(c).intUnicodeSetStringSpan.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 intUnicodeSetStringSpan.spanContainedAndCount(CharSequence s, int start, OutputInt outCount) private intUnicodeSetStringSpan.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 TypeMethodDescriptionintUnicodeSet.spanAndCount(CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount) Deprecated.This API is ICU internal only.private intUnicodeSet.spanCodePointsAndCount(CharSequence s, int start, UnicodeSet.SpanCondition spanCondition, OutputInt outCount)