Home | History | Annotate | Download | only in common

Lines Matching refs:BACKSLASH

61 #define BACKSLASH       ((UChar)0x005C) /*\*/
74 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
76 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
219 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
229 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;