Home | History | Annotate | Download | only in i18n

Lines Matching defs:BACKSLASH

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