Searched refs:getBeginIndex (Results 1 – 17 of 17) sorted by relevance
202 assertEquals(0, fixture.getBeginIndex()); in test_getBeginIndex()204 assertEquals(0, fixture.getBeginIndex()); in test_getBeginIndex()207 assertEquals(1, fixture.getBeginIndex()); in test_getBeginIndex()211 assertEquals("Wrong begin index 2", 2, it1.getBeginIndex()); in test_getBeginIndex()408 assertEquals("Wrong begin index", 0, it.getBeginIndex()); in test_ConstructorLjava_lang_String()421 assertEquals("Wrong begin index", 0, it.getBeginIndex()); in test_ConstructorLjava_lang_StringI()435 assertEquals("Wrong begin index", 2, it.getBeginIndex()); in test_ConstructorLjava_lang_StringIII()517 assertEquals("Wrong begin index", 0, it1.getBeginIndex()); in test_setTextLjava_lang_String()
116 2, fpos.getBeginIndex()); in test_getBeginIndex()186 2, fpos.getBeginIndex()); in test_setBeginIndexI()
96 public int getBeginIndex() { in getBeginIndex() method in AttributedStringTest.testAttributedCharacterIterator
54 + field, begin, pos.getBeginIndex()); in t_FormatWithField()
69 assertEquals("Wrong begin index", 2, it.getBeginIndex()); in test_getBeginIndex()
60 .getBeginIndex() == 1); in test()
56 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) { in shiftLast()57 pos.setBeginIndex(delta + pos.getBeginIndex()); in shiftLast()
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()
98 position->beginIndex = fp.getBeginIndex(); in udtitvfmt_format()
230 position->beginIndex = fp.getBeginIndex(); in udat_format()
90 int ampm_length = ampm_field.getEndIndex() - ampm_field.getBeginIndex(); in UpdateText()92 int begin = ampm_field.getBeginIndex(); in UpdateText()
197 int32_t getBeginIndex(void) const { return fBeginIndex; } in getBeginIndex() function
198 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst); in Test4052408()202 pos.getBeginIndex() + (UnicodeString)", " + in Test4052408()723 logln("beginIndex = " + fp.getBeginIndex()); in Test4101483()725 if (fp.getBeginIndex() == fp.getEndIndex()) in Test4101483()
141 if (fp.getBeginIndex() != i+6) err2 = TRUE; in test_FieldPosition()
6083 int32_t start = fp.getBeginIndex(); in expectPositions()6121 …ertTrue((UnicodeString)"begin " + start + " == " + pos.getBeginIndex(), start == pos.getBeginIndex… in expectPosition()6361 ASSERT_EQUALS(4, pos.getBeginIndex()); in TestDecimal()
1387 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()1391 if (field.getBeginIndex() != 7 && field.getEndIndex() != 4) in Test4062486()
549 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field); in TestFieldPosition()566 buf.extractBetween(fp.getBeginIndex(), fp.getEndIndex(), field); in TestFieldPosition()