Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dumsg.cpp623 int32_t braceCount = 0; in umsg_autoQuoteApostrophe() local
650 ++braceCount; in umsg_autoQuoteApostrophe()
682 ++braceCount; in umsg_autoQuoteApostrophe()
685 if (--braceCount == 0) { in umsg_autoQuoteApostrophe()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dumsg.cpp627 int32_t braceCount = 0; in umsg_autoQuoteApostrophe() local
654 ++braceCount; in umsg_autoQuoteApostrophe()
686 ++braceCount; in umsg_autoQuoteApostrophe()
689 if (--braceCount == 0) { in umsg_autoQuoteApostrophe()
/third_party/icu/icu4c/source/i18n/
Dumsg.cpp623 int32_t braceCount = 0; in umsg_autoQuoteApostrophe() local
650 ++braceCount; in umsg_autoQuoteApostrophe()
682 ++braceCount; in umsg_autoQuoteApostrophe()
685 if (--braceCount == 0) { in umsg_autoQuoteApostrophe()
/third_party/skia/third_party/externals/icu/source/i18n/
Dumsg.cpp623 int32_t braceCount = 0; in umsg_autoQuoteApostrophe() local
650 ++braceCount; in umsg_autoQuoteApostrophe()
682 ++braceCount; in umsg_autoQuoteApostrophe()
685 if (--braceCount == 0) { in umsg_autoQuoteApostrophe()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java2491 int braceCount = 0; in autoQuoteApostrophe() local
2502 ++braceCount; in autoQuoteApostrophe()
2531 ++braceCount; in autoQuoteApostrophe()
2534 if (--braceCount == 0) { in autoQuoteApostrophe()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2536 int braceCount = 0; in autoQuoteApostrophe() local
2547 ++braceCount; in autoQuoteApostrophe()
2576 ++braceCount; in autoQuoteApostrophe()
2579 if (--braceCount == 0) { in autoQuoteApostrophe()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp4130 int braceCount = 0; in captureBlockTokens() local
4135 ++braceCount; in captureBlockTokens()
4138 --braceCount; in captureBlockTokens()
4149 } while (braceCount > 0); in captureBlockTokens()