Lines Matching refs:SET_CLOSE
59 #define SET_CLOSE ((UChar)0x005D) /*]*/
75 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
79 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
94 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
311 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;