Searched refs:argCount (Results 1 – 8 of 8) sorted by relevance
27 ^(int argCount) { in main()28 argCount = 3; in main()
69 argCount = argCounts[argCountIndex];72 for (i = 0; i < argCount; i++)
192 int argCount = maxArg + 1; in compileToStringMinMaxPlaceholders() local193 if (argCount < min) { in compileToStringMinMaxPlaceholders()197 if (argCount > max) { in compileToStringMinMaxPlaceholders()201 sb.setCharAt(0, (char)argCount); in compileToStringMinMaxPlaceholders()
190 int argCount = maxArg + 1; in compileToStringMinMaxPlaceholders() local191 if (argCount < min) { in compileToStringMinMaxPlaceholders()195 if (argCount > max) { in compileToStringMinMaxPlaceholders()199 sb.setCharAt(0, (char)argCount); in compileToStringMinMaxPlaceholders()
148 int32_t argCount = maxArg + 1; in compileMinMaxPlaceholders() local149 if (argCount < min || max < argCount) { in compileMinMaxPlaceholders()153 compiledPattern.setCharAt(0, (UChar)argCount); in compileMinMaxPlaceholders()
2691 int32_t argCount; in subParse() local2692 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse()2693 … if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
54 unsigned argCount = call->getNumArgs(); in checkArgCount() local55 if (argCount == desiredArgCount) return false; in checkArgCount()57 if (argCount < desiredArgCount) in checkArgCount()59 << 0 /*function call*/ << desiredArgCount << argCount in checkArgCount()64 call->getArg(argCount - 1)->getLocEnd()); in checkArgCount()67 << 0 /*function call*/ << desiredArgCount << argCount in checkArgCount()
6518 int32_t argCount = args.GetLength(); in concat_fm_object() local6519 FXJSE_HVALUE* argValues = FX_Alloc(FXJSE_HVALUE, argCount); in concat_fm_object()6520 for (int32_t i = 0; i < argCount; i++) { in concat_fm_object()6536 for (int32_t i = 0; i < argCount; i++) { in concat_fm_object()6551 for (int32_t i = 0; i < argCount; i++) { in concat_fm_object()