Home | History | Annotate | Download | only in i18n

Lines Matching defs:BACKSLASH

1322 static const UChar BACKSLASH  = 0x5c;
1418 if (c != DOLLARSIGN && c != BACKSLASH) {
1425 if (c == BACKSLASH) {
1426 // Backslash Escape. Copy the following char out without further checks.
1457 backslash escape. Just put out the escaped character.