• Home
  • Raw
  • Download

Lines Matching refs:testString

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