Home | History | Annotate | Download | only in common

Lines Matching defs:CLOSE_BRACE

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