Home
last modified time | relevance | path

Searched refs:fieldPositionFoundIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp838 int32_t fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local
844 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
850 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
861 fieldPositionFoundIndex, in formatMeasuresSlowTrack()
868 if (fieldPositionFoundIndex != -1 && offset != -1) { in formatMeasuresSlowTrack()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp838 int32_t fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local
844 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
850 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
861 fieldPositionFoundIndex, in formatMeasuresSlowTrack()
868 if (fieldPositionFoundIndex != -1 && offset != -1) { in formatMeasuresSlowTrack()
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp838 int32_t fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local
844 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
850 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
861 fieldPositionFoundIndex, in formatMeasuresSlowTrack()
868 if (fieldPositionFoundIndex != -1 && offset != -1) { in formatMeasuresSlowTrack()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMeasureFormat.java775 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local
783 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
786 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
794 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
DListFormatter.java716 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument
717 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java810 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local
818 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()
821 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()
829 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
DListFormatter.java647 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument
648 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()