Searched refs:RIGHT_CURLY_BRACE (Results 1 – 4 of 4) sorted by relevance
60 static const UChar RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable331 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { in setChoices()
57 #define RIGHT_CURLY_BRACE ((UChar)0x007D) macro1065 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()1459 compValue.append(RIGHT_CURLY_BRACE); in parse()