Home
last modified time | relevance | path

Searched refs:RIGHT_CURLY_BRACE (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp62 static const UChar RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable
333 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { in setChoices()
H A Dmsgfmt.cpp61 #define RIGHT_CURLY_BRACE ((UChar)0x007D) macro
1072 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()
1466 compValue.append(RIGHT_CURLY_BRACE); in parse()
/third_party/node/deps/icu-small/source/i18n/
H A Dchoicfmt.cpp62 static const char16_t RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable
333 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { in setChoices()
H A Dmsgfmt.cpp61 #define RIGHT_CURLY_BRACE ((char16_t)0x007D) macro
1073 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()
1467 compValue.append(RIGHT_CURLY_BRACE); in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp62 static const UChar RIGHT_CURLY_BRACE = 0x7D; /*}*/ variable
333 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { in setChoices()
H A Dmsgfmt.cpp61 #define RIGHT_CURLY_BRACE ((UChar)0x007D) macro
1070 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE)); in format()
1464 compValue.append(RIGHT_CURLY_BRACE); in parse()

Completed in 12 milliseconds