Home | History | Annotate | Download | only in i18n

Lines Matching refs:BACKSLASH

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