Home | History | Annotate | Download | only in common

Lines Matching refs:LOWER_P

70 #define LOWER_P         ((UChar)0x0070) /*p*/
76 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
291 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);