Uses of Class
com.ibm.icu.text.ConstrainedFieldPosition
-
Packages that use ConstrainedFieldPosition Package Description com.ibm.icu.impl com.ibm.icu.message2 com.ibm.icu.number com.ibm.icu.text -
-
Uses of ConstrainedFieldPosition in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type ConstrainedFieldPosition Modifier and Type Method Description static boolean
FormattedValueFieldPositionIteratorImpl. nextPosition(java.util.List<java.text.FieldPosition> attributes, ConstrainedFieldPosition cfpos)
static boolean
FormattedValueStringBuilderImpl. nextPosition(FormattedStringBuilder self, ConstrainedFieldPosition cfpos, java.text.Format.Field numericField)
Implementation of nextPosition consistent with the contract of FormattedValue. -
Uses of ConstrainedFieldPosition in com.ibm.icu.message2
Methods in com.ibm.icu.message2 with parameters of type ConstrainedFieldPosition Modifier and Type Method Description boolean
FormattedMessage. nextPosition(ConstrainedFieldPosition cfpos)
Deprecated.This API is for ICU internal use only.boolean
PlainStringFormattedValue. nextPosition(ConstrainedFieldPosition cfpos)
Deprecated.This API is for unit testing only. -
Uses of ConstrainedFieldPosition in com.ibm.icu.number
Methods in com.ibm.icu.number with parameters of type ConstrainedFieldPosition Modifier and Type Method Description boolean
FormattedNumber. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue.boolean
FormattedNumberRange. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue. -
Uses of ConstrainedFieldPosition in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type ConstrainedFieldPosition Modifier and Type Method Description boolean
DateIntervalFormat.FormattedDateInterval. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue.boolean
FormattedValue. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue.boolean
ListFormatter.FormattedList. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue.boolean
RelativeDateTimeFormatter.FormattedRelativeDateTime. nextPosition(ConstrainedFieldPosition cfpos)
Iterates over field positions in the FormattedValue.
-