Searched refs:CLOSE_BRACE (Results 1 – 7 of 7) sorted by relevance
44 CLOSE_BRACE = 0x7d enumerator90 } else if (c == OPEN_BRACE || c == CLOSE_BRACE) { in applyPatternMinMaxArguments()107 patternBuffer[i + 1] == CLOSE_BRACE) { in applyPatternMinMaxArguments()124 if (argNumber < 0 || c != CLOSE_BRACE) { in applyPatternMinMaxArguments()
62 #define CLOSE_BRACE ((UChar)125) /*}*/ macro1095 close = pattern.indexOf(CLOSE_BRACE, pos); in applyPropertyPattern()
45 #define CLOSE_BRACE ((UChar)125) /*}*/ macro2011 case CLOSE_BRACE: in _appendToPat()2143 result.append(CLOSE_BRACE); in _generatePattern()
1244 - result.append(CLOSE_BRACE);1251 + result.append(CLOSE_BRACE);