Lines Matching defs:testString
61 UnicodeString testString="A quick fox jumped over the lazy dog.";
75 len = testString.length();
76 stoppedAt = t->transliterate(testString, 0, 100);
79 } else if (testString.length() != len) {
80 testString="A quick fox jumped over the lazy dog.";
83 stoppedAt = t->transliterate(testString, 100, testString.length()-1);
86 else if (testString.length() != len) {
87 testString="A quick fox jumped over the lazy dog.";
91 pos.limit = testString.length();
92 t->transliterate(testString, pos, status);
99 t->transliterate(testString, pos, status);
104 len = pos.contextLimit = testString.length();
108 t->transliterate(testString, pos, insertString, status);
117 pos.contextLimit = testString.length();
118 pos.limit = testString.length() -1;
120 t->transliterate(testString, pos, (UChar32)0x0061, status);
128 len = pos.limit = testString.length();
130 pos.contextLimit = testString.length() - 1;
132 t->transliterate(testString, pos, insertString, status);
135 if (testString.length() != len)