Home | History | Annotate | Download | only in common

Lines Matching refs:BACKSLASH

35 #define BACKSLASH       ((UChar)0x005C) /*\*/
1920 case BACKSLASH:
1925 buf.append(BACKSLASH);
1930 buf.append(BACKSLASH);
1955 // backslash.
1963 if (c == BACKSLASH) {