Home
last modified time | relevance | path

Searched refs:SET_CLOSE (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Duniset_props.cpp57 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro
73 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
77 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
Duniset.cpp31 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro
1787 case SET_CLOSE: in _appendToPat()
1926 return result.append(SET_CLOSE); in _generatePattern()