Home
last modified time | relevance | path

Searched refs:fieldPositionFoundIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java810 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack()
818 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
821 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
829 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
H A DListFormatter.java647 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument
648 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java775 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack()
783 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
786 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
794 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
H A DListFormatter.java716 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument
717 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()

Completed in 7 milliseconds