Searched defs:CLOSE_BRACE (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Duniset.cpp41 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1923 case CLOSE_BRACE:
2054 result.append(CLOSE_BRACE);
H A Duniset_props.cpp68 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
77 static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"
297 return pattern.charAt(pos)==CLOSE_BRACE;

Completed in 124 milliseconds