/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 164 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/ |
D | RBBITestMonkey.java | 168 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/ |
D | rbbitst.cpp | 1471 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 …]
|
D | ustrtest.cpp | 140 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()
|
D | utxttest.cpp | 178 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()
|
D | normconf.cpp | 212 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
|
D | itspoof.cpp | 439 i = actual.moveIndex32(i, 1); in testConfData()
|
D | transrt.cpp | 1041 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 1204 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()
|
D | rbbiscan.cpp | 831 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
|
D | unistr.cpp | 811 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 215 i = scriptString.moveIndex32(i, 1); in parseScripts()
|
D | collationiterator.cpp | 96 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints() 101 pos = oldBuffer.moveIndex32(pos, -n); in backwardNumCodePoints()
|
D | collationdatabuilder.cpp | 241 pos = s->moveIndex32(pos, num); in forwardNumCodePoints() 246 pos = s->moveIndex32(pos, -num); in backwardNumCodePoints()
|
D | alphaindex.cpp | 796 i = item.moveIndex32(i, 1); in separated()
|
D | tzfmt.cpp | 2126 int32_t next = text.moveIndex32(start, 1); in parseSingleLocalizedDigit() 2649 start = str.moveIndex32(start, 1); in toCodePoints()
|
D | regexcmp.cpp | 1885 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals() 1908 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
|
D | collationbuilder.cpp | 1221 int32_t lastStarterLength = decomp.moveIndex32(0, 1); in mergeCompositeIntoString()
|
D | tznames_impl.cpp | 383 tmpidx = tmp.moveIndex32(tmpidx, 1); in search()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1439 int32_t moveIndex32(int32_t index, int32_t delta) const;
|