Home
last modified time | relevance | path

Searched defs:argNumber (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java565 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches()
614 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in setFormatsByArgumentIndex() local
735 int argNumber = MessagePattern.validateArgumentName(argumentName); in setFormatByArgumentName() local
806 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in getFormatsByArgumentIndex() local
866 int argNumber = MessagePattern.validateArgumentName(argumentName); in getFormatByArgumentName() local
1157 int argNumber=msgPattern.getPart(partIndex + 1).getValue(); in parse() local
1273 int argNumber = 0; in parse() local
1629 int argNumber=part.getValue(); // ARG_NUMBER in format() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java576 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches()
626 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in setFormatsByArgumentIndex() local
751 int argNumber = MessagePattern.validateArgumentName(argumentName); in setFormatByArgumentName() local
824 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in getFormatsByArgumentIndex() local
887 int argNumber = MessagePattern.validateArgumentName(argumentName); in getFormatByArgumentName() local
1186 int argNumber=msgPattern.getPart(partIndex + 1).getValue(); in parse() local
1304 int argNumber = 0; in parse() local
1673 int argNumber=part.getValue(); // ARG_NUMBER in format() local
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp573 …MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches()
706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local
762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() local
784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() local
1054 int32_t argNumber = part->getValue(); // ARG_NUMBER in format() local
1425 int32_t argNumber = part->getValue(); // ARG_NUMBER in parse() local
1610 const int argNumber = part.getValue(); in cacheExplicitFormats() local
1636 int32_t argNumber = -1; in cacheExplicitFormats() local
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp574 …MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches()
707 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local
763 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() local
785 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() local
1055 int32_t argNumber = part->getValue(); // ARG_NUMBER in format() local
1426 int32_t argNumber = part->getValue(); // ARG_NUMBER in parse() local
1611 const int argNumber = part.getValue(); in cacheExplicitFormats() local
1637 int32_t argNumber = -1; in cacheExplicitFormats() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp573 …MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches()
706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local
762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() local
784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() local
1052 int32_t argNumber = part->getValue(); // ARG_NUMBER in format() local
1423 int32_t argNumber = part->getValue(); // ARG_NUMBER in parse() local
1608 const int argNumber = part.getValue(); in cacheExplicitFormats() local
1634 int32_t argNumber = -1; in cacheExplicitFormats() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFormatterImpl.java121 int argNumber; in compileToStringMinMaxArguments() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFormatterImpl.java123 int argNumber; in compileToStringMinMaxArguments() local
/third_party/node/deps/icu-small/source/common/
Dsimpleformatter.cpp104 int32_t argNumber; in applyPatternMinMaxArguments() local
/third_party/icu/icu4c/source/common/
Dsimpleformatter.cpp104 int32_t argNumber; in applyPatternMinMaxArguments() local
/third_party/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp104 int32_t argNumber; in applyPatternMinMaxArguments() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1144 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable()