Searched refs:moveIndex32 (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 1739 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 …]
|
D | ustrtest.cpp | 153 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()
|
D | itspoof.cpp | 406 i = actual.moveIndex32(i, 1); in testConfData()
|
D | normconf.cpp | 212 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
|
D | utxttest.cpp | 176 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()
|
D | transrt.cpp | 1040 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
|
/external/icu4c/i18n/ |
D | alphaindex.cpp | 220 … } 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()
|
D | tznames_impl.cpp | 348 tmpidx = tmp.moveIndex32(tmpidx, 1); in search()
|
D | regexcmp.cpp | 1903 stringLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals() 1909 stringNextToLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals()
|
/external/icu4c/common/ |
D | rbbiscan.cpp | 800 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
|
D | unistr.cpp | 708 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
|
/external/icu4c/common/unicode/ |
D | unistr.h | 1333 int32_t moveIndex32(int32_t index, int32_t delta) const;
|