Home | History | Annotate | Download | only in i18n

Lines Matching refs:BACKSLASH

1304 static const UChar BACKSLASH  = 0x5c;
1400 if (c != DOLLARSIGN && c != BACKSLASH) {
1407 if (c == BACKSLASH) {
1408 // Backslash Escape. Copy the following char out without further checks.
1439 // Plain backslash escape. Just put out the escaped character.