Lines Matching refs:testText
3823 UnicodeString testText; in RunMonkey() local
3870 testText.truncate(0); in RunMonkey()
3882 …if (U16_IS_TRAIL(c) && testText.length() > 0 && U16_IS_LEAD(testText.charAt(testText.length()-1)))… in RunMonkey()
3886 testText.append(c); in RunMonkey()
3890 mk.setText(testText); in RunMonkey()
3900 if (breakPos > testText.length()) { in RunMonkey()
3904 U_ASSERT(expectedCount<testText.length()); in RunMonkey()
3914 UText *testUText = utext_openReplaceable(NULL, &testText, &status); in RunMonkey()
3922 bi->setText(testText); in RunMonkey()
3926 if (i < 0 || i > testText.length()) { in RunMonkey()
3936 if (i < 0 || i > testText.length()) { in RunMonkey()
3945 U_ASSERT((int32_t)sizeof(isBoundaryBreaks) > testText.length()); in RunMonkey()
3946 for (i=0; i<=testText.length(); i++) { in RunMonkey()
3956 for (i=0; i<testText.length(); i++) { in RunMonkey()
3960 breakPos > testText.length() || in RunMonkey()
3974 lastBreakPos = testText.length(); in RunMonkey()
3975 precedingBreaks[testText.length()] = 1; in RunMonkey()
3976 for (i=testText.length(); i>0; i--) { in RunMonkey()
3980 (breakPos < 0 && testText.getChar32Start(i)>0) || in RunMonkey()
3981 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) { in RunMonkey()
3998 for (i=0; i<=testText.length(); i++) { in RunMonkey()
4035 if (endContext >= testText.length()) {break;} in RunMonkey()
4057 c = testText.char32At(ci); in RunMonkey()
4076 ci = testText.moveIndex32(ci, 1); in RunMonkey()