Searched refs:fieldPositionFoundIndex (Results 1 – 5 of 5) sorted by relevance
834 int32_t fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local840 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()846 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()857 fieldPositionFoundIndex, in formatMeasuresSlowTrack()864 if (fieldPositionFoundIndex != -1 && offset != -1) { in formatMeasuresSlowTrack()
810 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local818 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()821 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()829 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
742 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument743 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()
769 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local777 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()780 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()788 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
716 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument717 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()