Home | History | Annotate | Download | only in citer

Lines Matching refs:testText

48     const UChar *testText = testString.getTerminatedBuffer();
50 UCharCharacterIterator iter(testText, u_strlen(testText));
53 u_fprintf(out, "testText = %s", testChars);
76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
86 else if (c != testText[i]) {
115 const UChar *testText = testString.getTerminatedBuffer();
117 StringCharacterIterator iter(testText, u_strlen(testText));
140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
149 else if (c != testText[i]) {