Searched refs:RIGHT_CURLY_BRACE (Results 1 – 2 of 2) sorted by relevance
62 static const UChar RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable333 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { in setChoices()
61 #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()