Searched refs:moveIndex32 (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 1249 charIdx = testString.moveIndex32(charIdx, 1); in TestExtended() 1885 p3 = fText->moveIndex32(p3, 1); in next() 2147 p3 = fText->moveIndex32(p3, 1); in next() 2417 j = fText->moveIndex32(j, -1); in moveBack() 2433 j = fText->moveIndex32(j, 1); in moveForward() 2843 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust() 2914 nextCPPos = fText->moveIndex32(pos, 1); in next() 2927 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next() 3025 tPos=fText->moveIndex32(tPos, -1); in next() 3029 tPos=fText->moveIndex32(tPos, -1); in next() [all …]
|
D | ustrtest.cpp | 150 s.moveIndex32(2, -1)!=0 || in TestBasicManipulation() 151 s.moveIndex32(2, 1)!=4 || in TestBasicManipulation() 152 s.moveIndex32(2, 2)!=5 || in TestBasicManipulation() 153 s.moveIndex32(5, -2)!=2 || in TestBasicManipulation() 154 s.moveIndex32(0, -1)!=0 || in TestBasicManipulation() 155 s.moveIndex32(6, 1)!=6 in TestBasicManipulation()
|
D | itspoof.cpp | 406 i = actual.moveIndex32(i, 1); in testConfData()
|
D | utxttest.cpp | 174 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) { in TestString() 453 usi = targetUS.moveIndex32(usi, 1); in TestCopyMove() 530 usi = targetUS.moveIndex32(usi, 1); in TestReplace()
|
D | normconf.cpp | 212 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
|
D | transrt.cpp | 1041 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
|
/external/icu4c/common/ |
D | dictbe.cpp | 791 index = inputString.moveIndex32(index, 1); in divideUpDictionaryRange()
|
D | rbbiscan.cpp | 801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
|
D | unistr.cpp | 755 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
|
/external/icu4c/i18n/ |
D | tzfmt.cpp | 1637 int32_t next = text.moveIndex32(start, 1); in parseSingleLocalizedDigit() 2096 start = str.moveIndex32(start, 1); in toCodePoints()
|
D | tznames_impl.cpp | 347 tmpidx = tmp.moveIndex32(tmpidx, 1); in search()
|
D | alphaindex.cpp | 843 i = item.moveIndex32(i, 1); in separated()
|
D | regexcmp.cpp | 1830 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals() 1853 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
|
/external/icu4c/common/unicode/ |
D | unistr.h | 1391 int32_t moveIndex32(int32_t index, int32_t delta) const;
|