Home | History | Annotate | Download | only in intltest

Lines Matching defs:testString

59     UnicodeString testString="A quick fox jumped over the lazy dog.";
73 len = testString.length();
74 stoppedAt = t->transliterate(testString, 0, 100);
77 } else if (testString.length() != len) {
78 testString="A quick fox jumped over the lazy dog.";
81 stoppedAt = t->transliterate(testString, 100, testString.length()-1);
84 else if (testString.length() != len) {
85 testString="A quick fox jumped over the lazy dog.";
89 pos.limit = testString.length();
90 t->transliterate(testString, pos, status);
97 t->transliterate(testString, pos, status);
102 len = pos.contextLimit = testString.length();
106 t->transliterate(testString, pos, insertString, status);
115 pos.contextLimit = testString.length();
116 pos.limit = testString.length() -1;
118 t->transliterate(testString, pos, (UChar32)0x0061, status);
126 len = pos.limit = testString.length();
128 pos.contextLimit = testString.length() - 1;
130 t->transliterate(testString, pos, insertString, status);
133 if (testString.length() != len)