Searched refs:RIGHT_CURLY_BRACE (Results 1 – 2 of 2) 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) macro1061 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()1455 compValue.append(RIGHT_CURLY_BRACE); in parse()