/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 181 p3 = moveIndex32(fText, p3, 1); in next() 439 p3 = moveIndex32(fText, p3, 1); in next() 831 nextPos = moveIndex32(fText, pos, 1); in next() 859 nextPos = moveIndex32(fText, nextPos, 1); in next() 915 tPos = moveIndex32(fText, tPos, -1); in next() 938 pos = moveIndex32(fText, pos, -1); in next() 1005 tPos=moveIndex32(fText, tPos, -1); in next() 1009 tPos=moveIndex32(fText, tPos, -1); in next() 1021 tPos = moveIndex32(fText, tPos, -1); in next() 1024 tPos = moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 184 p3 = moveIndex32(fText, p3, 1); in next() 442 p3 = moveIndex32(fText, p3, 1); in next() 834 nextPos = moveIndex32(fText, pos, 1); in next() 862 nextPos = moveIndex32(fText, nextPos, 1); in next() 918 tPos = moveIndex32(fText, tPos, -1); in next() 941 pos = moveIndex32(fText, pos, -1); in next() 1008 tPos=moveIndex32(fText, tPos, -1); in next() 1012 tPos=moveIndex32(fText, tPos, -1); in next() 1024 tPos = moveIndex32(fText, tPos, -1); in next() 1027 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 | 1179 srcI = inString.moveIndex32(srcI, 1); in divideUpDictionaryRange() 1226 for (int32_t cuIdx = 0; ; cuIdx = inString.moveIndex32(cuIdx, 1)) { in divideUpDictionaryRange() 1272 for (int32_t i = 0; i < numCodePts; ++i, ix = inString.moveIndex32(ix, 1)) { in divideUpDictionaryRange() 1313 int32_t j = inString.moveIndex32(ix, 1); in divideUpDictionaryRange() 1317 j = inString.moveIndex32(j, 1); in divideUpDictionaryRange()
|
D | rbbiscan.cpp | 834 for (int32_t idx=0; idx<rulesLength; idx = rules.moveIndex32(idx, 1)) { in stripRules() 861 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
|
D | unistr.cpp | 840 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { in moveIndex32() function in UnicodeString
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1007 charIdx = testString.moveIndex32(charIdx, 1); in TestExtended() 1688 p3 = fText->moveIndex32(p3, 1); in next() 1986 p3 = fText->moveIndex32(p3, 1); in next() 2295 j = fText->moveIndex32(j, -1); in moveBack() 2311 j = fText->moveIndex32(j, 1); in moveForward() 2738 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust() 2809 nextCPPos = fText->moveIndex32(pos, 1); in next() 2822 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next() 2869 tPos = fText->moveIndex32(tPos, -1); in next() 2893 pos = fText->moveIndex32(pos, -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 | 149 s.moveIndex32(2, -1)!=0 || in TestBasicManipulation() 150 s.moveIndex32(2, 1)!=4 || in TestBasicManipulation() 151 s.moveIndex32(2, 2)!=5 || in TestBasicManipulation() 152 s.moveIndex32(5, -2)!=2 || in TestBasicManipulation() 153 s.moveIndex32(0, -1)!=0 || in TestBasicManipulation() 154 s.moveIndex32(6, 1)!=6 in TestBasicManipulation()
|
D | utxttest.cpp | 177 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) { in TestString() 456 usi = targetUS.moveIndex32(usi, 1); in TestCopyMove() 533 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 | 400 i = actual.moveIndex32(i, 1); in testConfData()
|
D | transrt.cpp | 1044 for (i=0; i<s.length(); i=s.moveIndex32(i, 1)) { in writeStringInU8()
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 226 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 | 410 UChar32 finalCp = skelStr.char32At(skelStr.moveIndex32(skelStr.length(), -1)); in isIllegalCombiningDotLeadCharacter()
|
D | smpdtfmt.cpp | 3089 } else if (text.moveIndex32(start, 2) == pos.getIndex() && !isChineseCalendar in subParse() 3091 && u_isdigit(text.char32At(text.moveIndex32(start, 1)))) in subParse() 3129 } else if (text.moveIndex32(start, 2) == pos.getIndex() in subParse() 3131 && 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 | 793 i = item.moveIndex32(i, 1); in separated()
|
D | tzfmt.cpp | 2155 int32_t next = text.moveIndex32(start, 1); in parseSingleLocalizedDigit() 2678 start = str.moveIndex32(start, 1); in toCodePoints()
|
D | regexcmp.cpp | 1890 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals() 1913 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1); in fixLiterals()
|
D | collationbuilder.cpp | 1223 int32_t lastStarterLength = decomp.moveIndex32(0, 1); in mergeCompositeIntoString()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1435 int32_t moveIndex32(int32_t index, int32_t delta) const;
|