Home | History | Annotate | Download | only in common

Lines Matching refs:UPPER_N

69 #define UPPER_N         ((UChar)78)     /*N*/
76 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
298 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
1207 isName = (c == UPPER_N);