• Home
  • Raw
  • Download

Lines Matching refs:testString

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