Searched refs:getBeginIndex (Results 1 – 9 of 9) sorted by relevance
197 int32_t getBeginIndex(void) const { return fBeginIndex; } in getBeginIndex() function
213 pos->beginIndex = fp.getBeginIndex(); in unum_formatInt64()246 pos->beginIndex = fp.getBeginIndex(); in unum_formatDouble()279 pos->beginIndex = fp.getBeginIndex(); in unum_formatDoubleCurrency()
130 position->beginIndex = fp.getBeginIndex(); in udat_format()
1028 if (fieldPosition.getBeginIndex() < 0) in subformat()1274 fieldPosition.setBeginIndex(len + fieldPosition.getBeginIndex()); in addPadding()
1214 if (pos.getBeginIndex() == pos.getEndIndex() && in subFormat()
196 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst); in Test4052408()200 pos.getBeginIndex() + (UnicodeString)", " + in Test4052408()716 logln("beginIndex = " + fp.getBeginIndex()); in Test4101483()718 if (fp.getBeginIndex() == fp.getEndIndex()) in Test4101483()
141 if (fp.getBeginIndex() != i+6) err2 = TRUE; in test_FieldPosition()
1364 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()1368 if (field.getBeginIndex() != 7 && field.getEndIndex() != 4) in Test4062486()
413 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field); in TestFieldPosition()