/external/chromium_org/third_party/icu/source/i18n/ |
D | fphdlimp.cpp | 56 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 57 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
D | unum.cpp | 193 pos->beginIndex = fp.getBeginIndex(); in unum_formatInt64() 226 pos->beginIndex = fp.getBeginIndex(); in unum_formatDouble() 269 pos->beginIndex = fp.getBeginIndex(); in unum_formatDecimal() 309 pos->beginIndex = fp.getBeginIndex(); in unum_formatDoubleCurrency() 835 pos->beginIndex = fp.getBeginIndex(); in unum_formatUFormattable()
|
D | udateintervalformat.cpp | 98 position->beginIndex = fp.getBeginIndex(); in udtitvfmt_format()
|
D | udat.cpp | 230 position->beginIndex = fp.getBeginIndex(); in udat_format()
|
/external/icu/icu4c/source/i18n/ |
D | fphdlimp.cpp | 56 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast() 57 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
|
D | measfmt.cpp | 833 intFieldPosition.getBeginIndex() == 0 && in formatNumeric() 849 if (smallestFieldPosition.getBeginIndex() != 0 || in formatNumeric() 851 appendRange(draft, 0, smallestFieldPosition.getBeginIndex(), appendTo); in formatNumeric() 855 intFieldPosition.getBeginIndex(), in formatNumeric() 859 smallestFieldPosition.getBeginIndex(), in formatNumeric() 922 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) { in formatMeasuresSlowTrack() 942 pos.setBeginIndex(fpos.getBeginIndex() + offset); in formatMeasuresSlowTrack()
|
D | quantityformatter.cpp | 171 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) { in format() 172 pos.setBeginIndex(fpos.getBeginIndex() + offsets[0]); in format()
|
D | unum.cpp | 197 pos->beginIndex = fp.getBeginIndex(); in unum_formatInt64() 230 pos->beginIndex = fp.getBeginIndex(); in unum_formatDouble() 273 pos->beginIndex = fp.getBeginIndex(); in unum_formatDecimal() 313 pos->beginIndex = fp.getBeginIndex(); in unum_formatDoubleCurrency() 858 pos->beginIndex = fp.getBeginIndex(); in unum_formatUFormattable()
|
D | udateintervalformat.cpp | 98 position->beginIndex = fp.getBeginIndex(); in udtitvfmt_format()
|
D | udat.cpp | 233 position->beginIndex = fp.getBeginIndex(); in udat_format()
|
/external/chromium_org/base/i18n/ |
D | time_formatting.cc | 36 int ampm_length = ampm_field.getEndIndex() - ampm_field.getBeginIndex(); in TimeFormatWithoutAmPm() 38 int begin = ampm_field.getBeginIndex(); in TimeFormatWithoutAmPm()
|
/external/icu/icu4c/source/test/intltest/ |
D | compactdecimalformattest.cpp | 255 …UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginI… in TestFieldPosition()
|
D | dtfmrgts.cpp | 201 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst); in Test4052408() 205 pos.getBeginIndex() + (UnicodeString)", " + in Test4052408() 726 logln(UnicodeString("beginIndex = ") + fp.getBeginIndex()); in Test4101483() 728 if (fp.getBeginIndex() == fp.getEndIndex()) in Test4101483()
|
D | tfsmalls.cpp | 141 if (fp.getBeginIndex() != i+6) err2 = TRUE; in test_FieldPosition()
|
D | numrgts.cpp | 1389 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486() 1393 if (field.getBeginIndex() != 7 && field.getEndIndex() != 4) in Test4062486() 3019 TEST_ASSERT(999997 == pos.getBeginIndex());
|
D | measfmttest.cpp | 928 assertEquals(beginIndex.data(), start, pos.getBeginIndex()); in verifyFieldPosition()
|
D | numfmtst.cpp | 6201 int32_t start = fp.getBeginIndex(); in expectPositions() 6239 …ertTrue((UnicodeString)"begin " + start + " == " + pos.getBeginIndex(), start == pos.getBeginIndex… in expectPosition() 6479 ASSERT_EQUALS(4, pos.getBeginIndex()); in TestDecimal()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | compactdecimalformattest.cpp | 255 …UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginI… in TestFieldPosition()
|
D | dtfmrgts.cpp | 198 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst); in Test4052408() 202 pos.getBeginIndex() + (UnicodeString)", " + in Test4052408() 723 logln(UnicodeString("beginIndex = ") + fp.getBeginIndex()); in Test4101483() 725 if (fp.getBeginIndex() == fp.getEndIndex()) in Test4101483()
|
D | tfsmalls.cpp | 141 if (fp.getBeginIndex() != i+6) err2 = TRUE; in test_FieldPosition()
|
D | numrgts.cpp | 1389 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486() 1393 if (field.getBeginIndex() != 7 && field.getEndIndex() != 4) in Test4062486() 3019 TEST_ASSERT(999997 == pos.getBeginIndex());
|
D | numfmtst.cpp | 6172 int32_t start = fp.getBeginIndex(); in expectPositions() 6210 …ertTrue((UnicodeString)"begin " + start + " == " + pos.getBeginIndex(), start == pos.getBeginIndex… in expectPosition() 6450 ASSERT_EQUALS(4, pos.getBeginIndex()); in TestDecimal()
|
D | dtfmttst.cpp | 561 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field); in TestFieldPosition() 578 buf.extractBetween(fp.getBeginIndex(), fp.getEndIndex(), field); in TestFieldPosition()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 197 int32_t getBeginIndex(void) const { return fBeginIndex; } in getBeginIndex() function
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | fieldpos.h | 197 int32_t getBeginIndex(void) const { return fBeginIndex; } in getBeginIndex() function
|