Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java164 p3 = moveIndex32(fText, p3, 1); in next()
383 p3 = moveIndex32(fText, p3, 1); in next()
729 nextPos = moveIndex32(fText, pos, 1); in next()
757 nextPos = moveIndex32(fText, nextPos, 1); in next()
860 tPos=moveIndex32(fText, tPos, -1); in next()
864 tPos=moveIndex32(fText, tPos, -1); in next()
876 tPos = moveIndex32(fText, tPos, -1); in next()
879 tPos = moveIndex32(fText, tPos, -1); in next()
890 tPos = moveIndex32(fText, tPos, -1); in next()
893 tPos = moveIndex32(fText, tPos, -1); in next()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java168 p3 = moveIndex32(fText, p3, 1); in next()
387 p3 = moveIndex32(fText, p3, 1); in next()
733 nextPos = moveIndex32(fText, pos, 1); in next()
761 nextPos = moveIndex32(fText, nextPos, 1); in next()
864 tPos=moveIndex32(fText, tPos, -1); in next()
868 tPos=moveIndex32(fText, tPos, -1); in next()
880 tPos = moveIndex32(fText, tPos, -1); in next()
883 tPos = moveIndex32(fText, tPos, -1); in next()
894 tPos = moveIndex32(fText, tPos, -1); in next()
897 tPos = moveIndex32(fText, tPos, -1); in next()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1471 charIdx = testString.moveIndex32(charIdx, 1); in TestExtended()
2116 p3 = fText->moveIndex32(p3, 1); in next()
2389 p3 = fText->moveIndex32(p3, 1); in next()
2676 j = fText->moveIndex32(j, -1); in moveBack()
2692 j = fText->moveIndex32(j, 1); in moveForward()
3100 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust()
3171 nextCPPos = fText->moveIndex32(pos, 1); in next()
3184 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()
3282 tPos=fText->moveIndex32(tPos, -1); in next()
3286 tPos=fText->moveIndex32(tPos, -1); in next()
[all …]
Dustrtest.cpp140 s.moveIndex32(2, -1)!=0 || in TestBasicManipulation()
141 s.moveIndex32(2, 1)!=4 || in TestBasicManipulation()
142 s.moveIndex32(2, 2)!=5 || in TestBasicManipulation()
143 s.moveIndex32(5, -2)!=2 || in TestBasicManipulation()
144 s.moveIndex32(0, -1)!=0 || in TestBasicManipulation()
145 s.moveIndex32(6, 1)!=6 in TestBasicManipulation()
Dutxttest.cpp178 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) { in TestString()
457 usi = targetUS.moveIndex32(usi, 1); in TestCopyMove()
534 usi = targetUS.moveIndex32(usi, 1); in TestReplace()
Dnormconf.cpp212 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
Ditspoof.cpp439 i = actual.moveIndex32(i, 1); in testConfData()
Dtransrt.cpp1041 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
/external/icu/icu4c/source/common/
Ddictbe.cpp1204 srcI = inString.moveIndex32(srcI, 1); in divideUpDictionaryRange()
1251 for (int32_t cuIdx = 0; ; cuIdx = inString.moveIndex32(cuIdx, 1)) { in divideUpDictionaryRange()
1296 for (int32_t i = 0; i < numCodePts; ++i, ix = inString.moveIndex32(ix, 1)) { in divideUpDictionaryRange()
1338 int32_t j = inString.moveIndex32(ix, 1); in divideUpDictionaryRange()
1342 j = inString.moveIndex32(j, 1); in divideUpDictionaryRange()
Drbbiscan.cpp831 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
Dunistr.cpp811 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
/external/icu/icu4c/source/i18n/
Dscriptset.cpp215 i = scriptString.moveIndex32(i, 1); in parseScripts()
Dcollationiterator.cpp96 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints()
101 pos = oldBuffer.moveIndex32(pos, -n); in backwardNumCodePoints()
Dcollationdatabuilder.cpp241 pos = s->moveIndex32(pos, num); in forwardNumCodePoints()
246 pos = s->moveIndex32(pos, -num); in backwardNumCodePoints()
Dalphaindex.cpp796 i = item.moveIndex32(i, 1); in separated()
Dtzfmt.cpp2126 int32_t next = text.moveIndex32(start, 1); in parseSingleLocalizedDigit()
2649 start = str.moveIndex32(start, 1); in toCodePoints()
Dregexcmp.cpp1885 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
1908 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
Dcollationbuilder.cpp1221 int32_t lastStarterLength = decomp.moveIndex32(0, 1); in mergeCompositeIntoString()
Dtznames_impl.cpp383 tmpidx = tmp.moveIndex32(tmpidx, 1); in search()
/external/icu/icu4c/source/common/unicode/
Dunistr.h1439 int32_t moveIndex32(int32_t index, int32_t delta) const;