HomeSort by relevance Sort by last modified time
    Searched refs:moveIndex32 (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4c/source/common/
cstr.cpp 36 for (int i=0; i<in.length(); i = in.moveIndex32(i, 1)) {
dictbe.cpp     [all...]
rbbiscan.cpp 859 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1);
    [all...]
unistr.cpp 840 UnicodeString::moveIndex32(int32_t index, int32_t delta) const {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 214 p3 = moveIndex32(fText, p3, 1);
493 p3 = moveIndex32(fText, p3, 1);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 213 p3 = moveIndex32(fText, p3, 1);
492 p3 = moveIndex32(fText, p3, 1);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 465 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) {
518 strIdx = fString.moveIndex32(matchEnd, -1);
561 start = fString.moveIndex32(around, -30);
562 end = fString.moveIndex32(around, +30);
565 for (int charIdx = start; charIdx < end; charIdx=fString.moveIndex32(charIdx, 1)) {
    [all...]
rbbitst.cpp     [all...]
ustrtest.cpp 138 // test moveIndex32()
142 s.moveIndex32(2, -1)!=0 ||
143 s.moveIndex32(2, 1)!=4 ||
144 s.moveIndex32(2, 2)!=5 ||
145 s.moveIndex32(5, -2)!=2 ||
146 s.moveIndex32(0, -1)!=0 ||
147 s.moveIndex32(6, 1)!=6
149 errln("UnicodeString::moveIndex32() failed");
    [all...]
utxttest.cpp 184 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) {
463 usi = targetUS.moveIndex32(usi, 1);
540 usi = targetUS.moveIndex32(usi, 1);
    [all...]
normconf.cpp 213 if(fields[0].length()==fields[0].moveIndex32(0, 1)) {
itspoof.cpp 397 i = actual.moveIndex32(i, 1);
transrt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
scriptset.cpp 226 i = scriptString.moveIndex32(i, 1);
collationiterator.cpp 98 pos = oldBuffer.moveIndex32(length, beyond - n);
103 pos = oldBuffer.moveIndex32(pos, -n);
    [all...]
collationdatabuilder.cpp 243 pos = s->moveIndex32(pos, num);
248 pos = s->moveIndex32(pos, -num);
    [all...]
tzfmt.cpp     [all...]
alphaindex.cpp 798 i = item.moveIndex32(i, 1);
    [all...]
collationbuilder.cpp     [all...]
regexcmp.cpp     [all...]
tznames_impl.cpp 425 tmpidx = tmp.moveIndex32(tmpidx, 1);
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 990 milliseconds