Lines Matching defs:CLOSE_BRACE
68 #define CLOSE_BRACE ((UChar)125) /*}*/77 //static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"295 return pattern.charAt(pos)==CLOSE_BRACE;1226 close = pattern.indexOf(CLOSE_BRACE, pos);