Searched refs:fieldPositionFoundIndex (Results 1 – 7 of 7) sorted by relevance
838 int32_t fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local844 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()850 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()861 fieldPositionFoundIndex, in formatMeasuresSlowTrack()868 if (fieldPositionFoundIndex != -1 && offset != -1) { in formatMeasuresSlowTrack()
775 int fieldPositionFoundIndex = -1; in formatMeasuresSlowTrack() local783 if (fieldPositionFoundIndex == -1) { in formatMeasuresSlowTrack()786 fieldPositionFoundIndex = i; in formatMeasuresSlowTrack()794 int offset = builder.getOffset(fieldPositionFoundIndex); in formatMeasuresSlowTrack()
716 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument717 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()
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()
647 public int getOffset(int fieldPositionFoundIndex) { in getOffset() argument648 return FormattedValueStringBuilderImpl.findSpan(string, fieldPositionFoundIndex); in getOffset()