Home | History | Annotate | Download | only in intltest

Lines Matching refs:TestString

82 //       being carried out in another function, TestString().
87 TestString("abcd\\U00010001xyz");
88 TestString("");
91 TestString("\\U00010001");
92 TestString("abc\\U00010001");
93 TestString("\\U00010001abc");
106 TestString(s);
117 TestString(s);
151 TestString(s);
156 // TestString() Run a suite of UText tests on a string.
159 void UTextTest::TestString(const UnicodeString &s) {