Home | History | Annotate | Download | only in unicode

Lines Matching full:unescape

1409    * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
3431 * Unescape a string of characters and return a string containing
3464 UnicodeString unescape() const;
3467 * Unescape a single escape sequence and return the represented
3468 * character. See unescape() for a listing of the recognized escape
3480 * @see UnicodeString#unescape()