Home | History | Annotate | Download | only in intltest

Lines Matching refs:UNICODE_STRING_SIMPLE

113     UnicodeString input=UNICODE_STRING_SIMPLE("www.eXample.cOm");
114 UnicodeString expected=UNICODE_STRING_SIMPLE("www.example.com");
129 result=UNICODE_STRING_SIMPLE("quatsch");
137 input=UNICODE_STRING_SIMPLE("xn--bcher.de-65a");
138 expected=UNICODE_STRING_SIMPLE("xn--bcher\\uFFFDde-65a").unescape();
209 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape();
213 UNICODE_STRING_SIMPLE("\\u0000a_2+2=4\\u000A.essen.net").unescape() ||
221 input=UNICODE_STRING_SIMPLE("a z.xn--4db.edu");
227 input=UNICODE_STRING_SIMPLE("a\\u2260b\\u226Ec\\u226Fd").unescape();