Home | History | Annotate | Download | only in intltest

Lines Matching full:unescape

145         UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
430 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape();
579 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
1022 test=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
1031 test=UNICODE_STRING_SIMPLE("ab\\U0001F4A9e").unescape();
1032 UnicodeString expected=UNICODE_STRING_SIMPLE("e\\U0001F4A9ba").unescape();
1322 * Test the unescape() function.
1335 UnicodeString result = IN.unescape();
1337 errln("FAIL: " + prettify(IN) + ".unescape() -> " +
1343 if (!UNICODE_STRING("wrong \\u sequence", 17).unescape().isEmpty()) {
1369 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
2060 if(dest!=UNICODE_STRING_SIMPLE("ab\\U00050000cdefghij").unescape()) {