Home | History | Annotate | Download | only in common

Lines Matching full:escape

1160 /* This map must be in ASCENDING ORDER OF THE ESCAPE CODE */
1199 /* Parse a single escape sequence. Although this method deals in
1279 /* If an escape sequence specifies a lead surrogate, see if
1280 * there is a trail surrogate after it, either as an escape or
1320 * the backslash to generically escape the next character.
1332 /* Invalid escape sequence */
1347 /* Append an escape-free segment of the text; used by u_unescape() */
1359 /* Do an invariant conversion of char* -> UChar*, with escape parsing */
1385 src += lenParsed; /* advance past escape seq. */