Searched refs:RIGHT_CURLY_BRACE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dchoicfmt.cpp60 static const UChar RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable
331 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) {
H A Dmsgfmt.cpp56 #define RIGHT_CURLY_BRACE ((UChar)0x007D) macro
996 noArg.append(RIGHT_CURLY_BRACE);
1009 noArg.append(RIGHT_CURLY_BRACE);
1337 compValue.append(RIGHT_CURLY_BRACE);

Completed in 193 milliseconds