Searched defs:moveIndex32 (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java168 p3 = moveIndex32(fText, p3, 1);
387 p3 = moveIndex32(fText, p3, 1);
733 nextPos = moveIndex32(fText, pos, 1);
761 nextPos = moveIndex32(fText, nextPos, 1);
864 tPos=moveIndex32(fText, tPos, -1);
868 tPos=moveIndex32(fText, tPos, -1);
880 tPos = moveIndex32(fText, tPos, -1);
883 tPos = moveIndex32(fText, tPos, -1);
894 tPos = moveIndex32(fText, tPos, -1);
897 tPos = moveIndex32(fTex
1527 static int moveIndex32(StringBuffer s, int pos, int amt) { method in class:RBBITestMonkey
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java164 p3 = moveIndex32(fText, p3, 1);
383 p3 = moveIndex32(fText, p3, 1);
729 nextPos = moveIndex32(fText, pos, 1);
757 nextPos = moveIndex32(fText, nextPos, 1);
860 tPos=moveIndex32(fText, tPos, -1);
864 tPos=moveIndex32(fText, tPos, -1);
876 tPos = moveIndex32(fText, tPos, -1);
879 tPos = moveIndex32(fText, tPos, -1);
890 tPos = moveIndex32(fText, tPos, -1);
893 tPos = moveIndex32(fTex
1523 static int moveIndex32(StringBuffer s, int pos, int amt) { method in class:RBBITestMonkey
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp811 UnicodeString::moveIndex32(int32_t index, int32_t delta) const { function in class:UnicodeString

Completed in 189 milliseconds