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

  /external/icu4c/samples/citer/
citer.cpp 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));
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 160 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
163 SCharacterIterator* test = new SCharacterIterator(testText);
170 if(test->getLength()!=testText.length()){
178 if(test->getIndex()!=testText.length()){
193 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
197 CharacterIterator* test1 = new StringCharacterIterator(testText);
198 CharacterIterator* test1b= new StringCharacterIterator(testText, -1);
199 CharacterIterator* test1c= new StringCharacterIterator(testText, 100);
200 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5);
201 CharacterIterator* test1e= new StringCharacterIterator(testText, 100, 20, 5)
    [all...]
rbbitst.cpp     [all...]

Completed in 136 milliseconds