• Home
  • Raw
  • Download

Lines Matching refs:argNumber

573 …MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) {  in argNameMatches()  argument
577 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches()
706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local
707 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in adoptFormat()
714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() local
763 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in getFormat()
768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() local
785 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in setFormat()
792 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
1047 int32_t argNumber = part->getValue(); // ARG_NUMBER in format() local
1048 if (0 <= argNumber && argNumber < cnt) { in format()
1049 arg = arguments + argNumber; in format()
1418 int32_t argNumber = part->getValue(); // ARG_NUMBER in parse() local
1422 Formattable& argResult = resultArray[argNumber]; in parse()
1458 itos(argNumber, compValue); in parse()
1485 if (haveArgResult && count <= argNumber) { in parse()
1486 count = argNumber + 1; in parse()
1603 const int argNumber = part.getValue(); in cacheExplicitFormats() local
1604 if (argNumber >= argTypeCount) { in cacheExplicitFormats()
1605 argTypeCount = argNumber + 1; in cacheExplicitFormats()
1629 int32_t argNumber = -1; in cacheExplicitFormats() local
1632 argNumber = part->getValue(); in cacheExplicitFormats()
1667 if (argNumber != -1) { in cacheExplicitFormats()
1668 … if (argTypes[argNumber] != Formattable::kObject && argTypes[argNumber] != formattableType) { in cacheExplicitFormats()
1671 argTypes[argNumber] = formattableType; in cacheExplicitFormats()