Home
last modified time | relevance | path

Searched refs:CLOSE_BRACE (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/common/
Dsimpleformatter.cpp44 CLOSE_BRACE = 0x7d enumerator
90 } 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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp44 CLOSE_BRACE = 0x7d enumerator
90 } 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()
Duniset_props.cpp62 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1095 close = pattern.indexOf(CLOSE_BRACE, pos); in applyPropertyPattern()
Duniset.cpp45 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
2011 case CLOSE_BRACE: in _appendToPat()
2143 result.append(CLOSE_BRACE); in _generatePattern()
/third_party/node/deps/icu-small/source/common/
Dsimpleformatter.cpp44 CLOSE_BRACE = 0x7d enumerator
90 } 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()
/third_party/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp44 CLOSE_BRACE = 0x7d enumerator
90 } 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()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch1244 - result.append(CLOSE_BRACE);
1251 + result.append(CLOSE_BRACE);