Home
last modified time | relevance | path

Searched refs:moveIndex32 (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/test/intltest/
Drbbitst.cpp1739 charIdx = testString.moveIndex32(charIdx, 1); in TestExtended()
2499 p3 = fText->moveIndex32(p3, 1); in next()
2733 p3 = fText->moveIndex32(p3, 1); in next()
2996 j = fText->moveIndex32(j, -1); in moveBack()
3012 j = fText->moveIndex32(j, 1); in moveForward()
3412 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust()
3477 nextCPPos = fText->moveIndex32(pos, 1); in next()
3490 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()
3588 tPos=fText->moveIndex32(tPos, -1); in next()
3592 tPos=fText->moveIndex32(tPos, -1); in next()
[all …]
Dustrtest.cpp153 s.moveIndex32(2, -1)!=0 || in TestBasicManipulation()
154 s.moveIndex32(2, 1)!=4 || in TestBasicManipulation()
155 s.moveIndex32(2, 2)!=5 || in TestBasicManipulation()
156 s.moveIndex32(5, -2)!=2 || in TestBasicManipulation()
157 s.moveIndex32(0, -1)!=0 || in TestBasicManipulation()
158 s.moveIndex32(6, 1)!=6 in TestBasicManipulation()
Ditspoof.cpp406 i = actual.moveIndex32(i, 1); in testConfData()
Dnormconf.cpp212 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
Dutxttest.cpp176 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) { in TestString()
455 usi = targetUS.moveIndex32(usi, 1); in TestCopyMove()
532 usi = targetUS.moveIndex32(usi, 1); in TestReplace()
Dtransrt.cpp1040 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
/external/icu4c/i18n/
Dalphaindex.cpp220 … } else if (item.moveIndex32(0, 1) < item.length() && // Label contains more than one code point. in buildIndex()
448 i = item.moveIndex32(i, 1); in separated()
Dtznames_impl.cpp348 tmpidx = tmp.moveIndex32(tmpidx, 1); in search()
Dregexcmp.cpp1903 stringLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals()
1909 stringNextToLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals()
/external/icu4c/common/
Drbbiscan.cpp800 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
Dunistr.cpp708 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
/external/icu4c/common/unicode/
Dunistr.h1333 int32_t moveIndex32(int32_t index, int32_t delta) const;