Lines Matching refs:argNumber
570 …MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches() argument
574 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches()
703 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local
704 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in adoptFormat()
711 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
759 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() local
760 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in getFormat()
765 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
781 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() local
782 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in setFormat()
789 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
1044 int32_t argNumber = part->getValue(); // ARG_NUMBER in format() local
1045 if (0 <= argNumber && argNumber < cnt) { in format()
1046 arg = arguments + argNumber; in format()
1415 int32_t argNumber = part->getValue(); // ARG_NUMBER in parse() local
1419 Formattable& argResult = resultArray[argNumber]; in parse()
1455 itos(argNumber, compValue); in parse()
1482 if (haveArgResult && count <= argNumber) { in parse()
1483 count = argNumber + 1; in parse()
1600 const int argNumber = part.getValue(); in cacheExplicitFormats() local
1601 if (argNumber >= argTypeCount) { in cacheExplicitFormats()
1602 argTypeCount = argNumber + 1; in cacheExplicitFormats()
1626 int32_t argNumber = -1; in cacheExplicitFormats() local
1629 argNumber = part->getValue(); in cacheExplicitFormats()
1664 if (argNumber != -1) { in cacheExplicitFormats()
1665 … if (argTypes[argNumber] != Formattable::kObject && argTypes[argNumber] != formattableType) { in cacheExplicitFormats()
1668 argTypes[argNumber] = formattableType; in cacheExplicitFormats()