Home | History | Annotate | Download | only in common

Lines Matching defs:BACKSLASH

37 #define BACKSLASH       ((UChar)0x005C) /*\*/
1922 case BACKSLASH:
1927 buf.append(BACKSLASH);
1932 buf.append(BACKSLASH);
1957 // backslash.
1965 if (c == BACKSLASH) {