Home | History | Annotate | Download | only in i18n

Lines Matching refs:BACKSLASH

856 static const UChar BACKSLASH  = 0x5c;
935 if (c != DOLLARSIGN && c != BACKSLASH) {
942 if (c == BACKSLASH) {
943 // Backslash Escape. Copy the following char out without further checks.
974 // Plain backslash escape. Just put out the escaped character.