HomeSort by relevance Sort by last modified time
    Searched refs:moveIndex32 (Results 1 - 23 of 23) 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 834 for (int32_t idx=0; idx<rulesLength; idx = rules.moveIndex32(idx, 1)) {
861 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 184 p3 = moveIndex32(fText, p3, 1);
442 p3 = moveIndex32(fText, p3, 1);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 181 p3 = moveIndex32(fText, p3, 1);
439 p3 = moveIndex32(fText, p3, 1);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
rbbimonkeytest.cpp 479 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) {
533 strIdx = fString.moveIndex32(matchEnd, -1);
577 start = fString.moveIndex32(around, -30);
578 end = fString.moveIndex32(around, +30);
581 for (int charIdx = start; charIdx < end; charIdx=fString.moveIndex32(charIdx, 1)) {
    [all...]
ustrtest.cpp 145 // test moveIndex32()
149 s.moveIndex32(2, -1)!=0 ||
150 s.moveIndex32(2, 1)!=4 ||
151 s.moveIndex32(2, 2)!=5 ||
152 s.moveIndex32(5, -2)!=2 ||
153 s.moveIndex32(0, -1)!=0 ||
154 s.moveIndex32(6, 1)!=6
156 errln("UnicodeString::moveIndex32() failed");
    [all...]
utxttest.cpp 177 for (i=0; i<sa.length(); i=sa.moveIndex32(i, 1)) {
456 usi = targetUS.moveIndex32(usi, 1);
533 usi = targetUS.moveIndex32(usi, 1);
    [all...]
normconf.cpp 213 if(fields[0].length()==fields[0].moveIndex32(0, 1)) {
itspoof.cpp 400 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...]
smpdtfmt.cpp     [all...]
uspoof_impl.cpp 410 UChar32 finalCp = skelStr.char32At(skelStr.moveIndex32(skelStr.length(), -1));
tzfmt.cpp     [all...]
alphaindex.cpp 793 i = item.moveIndex32(i, 1);
    [all...]
collationbuilder.cpp     [all...]
regexcmp.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 542 milliseconds