Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset_props.cpp53 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro
69 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
73 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
Duniset.cpp36 #define SET_CLOSE ((UChar)0x005D) /*]*/ macro
2005 case SET_CLOSE: in _appendToPat()
2146 return result.append(SET_CLOSE); in _generatePattern()