/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 243 p3 = moveIndex32(fText, p3, 1); in next() 519 p3 = moveIndex32(fText, p3, 1); in next() 914 nextPos = moveIndex32(fText, pos, 1); in next() 941 nextPos = moveIndex32(fText, nextPos, 1); in next() 999 tPos = moveIndex32(fText, tPos, -1); in next() 1022 pos = moveIndex32(fText, pos, -1); in next() 1080 tPos=moveIndex32(fText, tPos, -1); in next() 1084 tPos=moveIndex32(fText, tPos, -1); in next() 1108 tPos = moveIndex32(fText, tPos, -1); in next() 1111 tPos = moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 246 p3 = moveIndex32(fText, p3, 1); in next() 522 p3 = moveIndex32(fText, p3, 1); in next() 917 nextPos = moveIndex32(fText, pos, 1); in next() 944 nextPos = moveIndex32(fText, nextPos, 1); in next() 1002 tPos = moveIndex32(fText, tPos, -1); in next() 1025 pos = moveIndex32(fText, pos, -1); in next() 1083 tPos=moveIndex32(fText, tPos, -1); in next() 1087 tPos=moveIndex32(fText, tPos, -1); in next() 1111 tPos = moveIndex32(fText, tPos, -1); in next() 1114 tPos = moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/icu/icu4c/source/common/ |
D | cstr.cpp | 36 for (int i=0; i<in.length(); i = in.moveIndex32(i, 1)) { in CStr()
|
D | dictbe.cpp | 1197 srcI = inString.moveIndex32(srcI, 1); in divideUpDictionaryRange() 1244 for (int32_t cuIdx = 0; ; cuIdx = inString.moveIndex32(cuIdx, 1)) { in divideUpDictionaryRange() 1290 for (int32_t i = 0; i < numCodePts; ++i, ix = inString.moveIndex32(ix, 1)) { in divideUpDictionaryRange() 1331 int32_t j = inString.moveIndex32(ix, 1); in divideUpDictionaryRange() 1335 j = inString.moveIndex32(j, 1); in divideUpDictionaryRange()
|
D | rbbiscan.cpp | 833 for (int32_t idx=0; idx<rulesLength; idx = rules.moveIndex32(idx, 1)) { in stripRules() 859 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
|
D | unistr.cpp | 839 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1044 charIdx = testString.moveIndex32(charIdx, 1); in TestExtended() 1823 p3 = fText->moveIndex32(p3, 1); in next() 1905 pi = fText->moveIndex32(pi, -1); in next() 2148 p3 = fText->moveIndex32(p3, 1); in next() 2459 j = fText->moveIndex32(j, -1); in moveBack() 2475 j = fText->moveIndex32(j, 1); in moveForward() 2922 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust() 2993 nextCPPos = fText->moveIndex32(pos, 1); in next() 3007 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next() 3061 tPos = fText->moveIndex32(tPos, -1); in next() [all …]
|
D | rbbimonkeytest.cpp | 479 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) { in set() 533 strIdx = fString.moveIndex32(matchEnd, -1); in set() 577 start = fString.moveIndex32(around, -30); in dump() 578 end = fString.moveIndex32(around, +30); in dump() 581 for (int charIdx = start; charIdx < end; charIdx=fString.moveIndex32(charIdx, 1)) { in dump()
|
D | ustrtest.cpp | 152 s.moveIndex32(2, -1)!=0 || in TestBasicManipulation() 153 s.moveIndex32(2, 1)!=4 || in TestBasicManipulation() 154 s.moveIndex32(2, 2)!=5 || in TestBasicManipulation() 155 s.moveIndex32(5, -2)!=2 || in TestBasicManipulation() 156 s.moveIndex32(0, -1)!=0 || in TestBasicManipulation() 157 s.moveIndex32(6, 1)!=6 in TestBasicManipulation()
|
D | utxttest.cpp | 181 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) { in TestString() 460 usi = targetUS.moveIndex32(usi, 1); in TestCopyMove() 537 usi = targetUS.moveIndex32(usi, 1); in TestReplace()
|
D | normconf.cpp | 213 if(fields[0].length()==fields[0].moveIndex32(0, 1)) { in TestConformance()
|
D | itspoof.cpp | 415 i = actual.moveIndex32(i, 1); in testConfData()
|
D | transrt.cpp | 1048 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 218 i = scriptString.moveIndex32(i, 1); in parseScripts()
|
D | collationiterator.cpp | 98 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints() 103 pos = oldBuffer.moveIndex32(pos, -n); in backwardNumCodePoints()
|
D | uspoof_impl.cpp | 398 UChar32 finalCp = skelStr.char32At(skelStr.moveIndex32(skelStr.length(), -1)); in isIllegalCombiningDotLeadCharacter()
|
D | smpdtfmt.cpp | 3173 } else if (text.moveIndex32(start, 2) == pos.getIndex() && !isChineseCalendar in subParse() 3175 && u_isdigit(text.char32At(text.moveIndex32(start, 1)))) in subParse() 3213 } else if (text.moveIndex32(start, 2) == pos.getIndex() in subParse() 3215 && u_isdigit(text.char32At(text.moveIndex32(start, 1))) in subParse()
|
D | collationdatabuilder.cpp | 243 pos = s->moveIndex32(pos, num); in forwardNumCodePoints() 248 pos = s->moveIndex32(pos, -num); in backwardNumCodePoints()
|
D | alphaindex.cpp | 792 i = item.moveIndex32(i, 1); in separated()
|
D | tzfmt.cpp | 2160 int32_t next = text.moveIndex32(start, 1); in parseSingleLocalizedDigit() 2683 start = str.moveIndex32(start, 1); in toCodePoints()
|
D | regexcmp.cpp | 1908 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals() 1931 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
|
D | collationbuilder.cpp | 1222 int32_t lastStarterLength = decomp.moveIndex32(0, 1); in mergeCompositeIntoString()
|
/external/icu/libicu/cts_headers/unicode/ |
D | unistr.h | 1440 int32_t moveIndex32(int32_t index, int32_t delta) const;
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1440 int32_t moveIndex32(int32_t index, int32_t delta) const;
|