Searched refs:SET_CLOSE (Results 1 – 2 of 2) sorted by relevance
53 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro69 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"73 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
36 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro2005 case SET_CLOSE: in _appendToPat()2146 return result.append(SET_CLOSE); in _generatePattern()