Home
last modified time | relevance | path

Searched defs:nestingLevel (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java933 private int parseMessage(int index, int msgStartLength, int nestingLevel, ArgType parentType) { in parseMessage()
1019 private int parseArg(int index, int argStartLength, int nestingLevel) { in parseArg()
1157 private int parseChoiceStyle(int index, int nestingLevel) { in parseChoiceStyle()
1207 private int parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) { in parsePluralOrSelectStyle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java862 private int parseMessage(int index, int msgStartLength, int nestingLevel, ArgType parentType) { in parseMessage()
948 private int parseArg(int index, int argStartLength, int nestingLevel) { in parseArg()
1086 private int parseChoiceStyle(int index, int nestingLevel) { in parseChoiceStyle()
1136 private int parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) { in parsePluralOrSelectStyle()
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp435 int32_t nestingLevel, UMessagePatternArgType parentType, in parseMessage()
539 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, in parseArg()
702 MessagePattern::parseChoiceStyle(int32_t index, int32_t nestingLevel, in parseChoiceStyle()
771 int32_t index, int32_t nestingLevel, in parsePluralOrSelectStyle()
1090 MessagePattern::inMessageFormatPattern(int32_t nestingLevel) { in inMessageFormatPattern()
1095 MessagePattern::inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType) { in inTopLevelChoiceMessage()
/third_party/icu/icu4c/source/common/
Dmessagepattern.cpp435 int32_t nestingLevel, UMessagePatternArgType parentType, in parseMessage()
539 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, in parseArg()
702 MessagePattern::parseChoiceStyle(int32_t index, int32_t nestingLevel, in parseChoiceStyle()
771 int32_t index, int32_t nestingLevel, in parsePluralOrSelectStyle()
1090 MessagePattern::inMessageFormatPattern(int32_t nestingLevel) { in inMessageFormatPattern()
1095 MessagePattern::inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType) { in inTopLevelChoiceMessage()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp435 int32_t nestingLevel, UMessagePatternArgType parentType, in parseMessage()
539 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, in parseArg()
702 MessagePattern::parseChoiceStyle(int32_t index, int32_t nestingLevel, in parseChoiceStyle()
771 int32_t index, int32_t nestingLevel, in parsePluralOrSelectStyle()
1090 MessagePattern::inMessageFormatPattern(int32_t nestingLevel) { in inMessageFormatPattern()
1095 MessagePattern::inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType) { in inTopLevelChoiceMessage()
/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp435 int32_t nestingLevel, UMessagePatternArgType parentType, in parseMessage()
539 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, in parseArg()
702 MessagePattern::parseChoiceStyle(int32_t index, int32_t nestingLevel, in parseChoiceStyle()
771 int32_t index, int32_t nestingLevel, in parsePluralOrSelectStyle()
1090 MessagePattern::inMessageFormatPattern(int32_t nestingLevel) { in inMessageFormatPattern()
1095 MessagePattern::inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType) { in inTopLevelChoiceMessage()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternDemo.java52 int nestingLevel=part.getValue(); in printParts() local
/third_party/jsoncpp/src/test_lib_json/
Djsontest.cpp89 unsigned int nestingLevel = 0; in addFailure() local
111 const char* expr, unsigned int nestingLevel) { in addFailureInfo()
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp314 int32_t nestingLevel = 0; in setChoices() local
/third_party/icu/icu4c/source/i18n/
Dchoicfmt.cpp314 int32_t nestingLevel = 0; in setChoices() local
/third_party/node/deps/icu-small/source/i18n/
Dchoicfmt.cpp314 int32_t nestingLevel = 0; in setChoices() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp314 int32_t nestingLevel = 0; in setChoices() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java248 int nestingLevel = 1; in addRule() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIMonkeyTest.java251 int nestingLevel = 1; in addRule() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts894 constructor (public id: Identifier, nodeType: NodeType, public nestingLevel: number) { property in BoundDecl
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3243 function BoundDecl(id, nodeType, nestingLevel) { argument