Home
last modified time | relevance | path

Searched refs:getBeginIndex (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/i18n/unicode/
Dfieldpos.h197 int32_t getBeginIndex(void) const { return fBeginIndex; } in getBeginIndex() function
/external/icu4c/i18n/
Dunum.cpp213 pos->beginIndex = fp.getBeginIndex(); in unum_formatInt64()
246 pos->beginIndex = fp.getBeginIndex(); in unum_formatDouble()
279 pos->beginIndex = fp.getBeginIndex(); in unum_formatDoubleCurrency()
Dudat.cpp130 position->beginIndex = fp.getBeginIndex(); in udat_format()
Ddecimfmt.cpp1028 if (fieldPosition.getBeginIndex() < 0) in subformat()
1274 fieldPosition.setBeginIndex(len + fieldPosition.getBeginIndex()); in addPadding()
Dsmpdtfmt.cpp1214 if (pos.getBeginIndex() == pos.getEndIndex() && in subFormat()
/external/icu4c/test/intltest/
Ddtfmrgts.cpp196 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()
Dtfsmalls.cpp141 if (fp.getBeginIndex() != i+6) err2 = TRUE; in test_FieldPosition()
Dnumrgts.cpp1364 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()
1368 if (field.getBeginIndex() != 7 && field.getEndIndex() != 4) in Test4062486()
Ddtfmttst.cpp413 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field); in TestFieldPosition()