Home | History | Annotate | Download | only in i18n

Lines Matching defs:BACKSLASH

272 static const UChar BACKSLASH  = 0x5c;
350 if (c == BACKSLASH) {
351 // Backslash Escape. Copy the following char out without further checks.
388 // Plain backslash escape. Just put out the escaped character.