Lines Matching full:unescape
351 UnicodeString unEscapedInput = inputString.unescape();
413 UnicodeString unEscapedInput = inputString.unescape();
552 pattern = RegexPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, status);
554 RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status);
666 // by ICU's Unescape.
1034 s = s.unescape();
1388 replacement = replacement.unescape();
2211 // "\\U00010001\\U00010002\\U00010003\\U00010004".unescape()...in UTF-8
3472 unEscapedInput = inputString.unescape();
4036 nulnul = nulnul.unescape();
4040 ffff = ffff.unescape();
4150 // Don't do full unescape, as this unescapes more than Perl does, which
4405 nulnul = nulnul.unescape();
4409 ffff = ffff.unescape();
4533 // Don't do full unescape, as this unescapes more than Perl does, which
5647 UnicodeString patternString = UnicodeString(pattern).unescape();
5650 UnicodeString dataString = UnicodeString(data).unescape();
5667 // because string.unescape() will only shrink it.