Searched refs:LEFT_CURLY_BRACE (Results 1 – 3 of 3) sorted by relevance
51 #define LEFT_CURLY_BRACE ((UChar)0x007B) macro628 } else if (ch == LEFT_CURLY_BRACE && !inQuote) { in applyPattern()654 case LEFT_CURLY_BRACE: in applyPattern()716 appendTo += LEFT_CURLY_BRACE; in toPattern()1207 appendTo += LEFT_CURLY_BRACE; in format()1222 appendTo += LEFT_CURLY_BRACE; in format()1244 argNum.indexOf(LEFT_CURLY_BRACE) >= 0 in format()1363 UnicodeString temp(LEFT_CURLY_BRACE); in parse()1708 if (ch == LEFT_CURLY_BRACE) { in copyAndFixQuotes()1710 appendTo += LEFT_CURLY_BRACE; in copyAndFixQuotes()
59 static const UChar LEFT_CURLY_BRACE = 0x7B; /*{*/329 } else if (c == LEFT_CURLY_BRACE) { in setChoices()
56 #define LEFT_CURLY_BRACE ((UChar)0x007B) macro1065 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()1091 if (subMsgString.indexOf(LEFT_CURLY_BRACE) >= 0 || in format()1211 if (sb.indexOf(LEFT_CURLY_BRACE) >= 0) { in formatComplexSubMessage()1457 compValue.append(LEFT_CURLY_BRACE); in parse()