Home | History | Annotate | Download | only in common

Lines Matching refs:CLOSE_BRACE

68 #define CLOSE_BRACE     ((UChar)125)    /*}*/
77 static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"
296 return pattern.charAt(pos)==CLOSE_BRACE;