Lines Matching refs:cnt
1043 MessageFormat::getFormats(int32_t& cnt) const
1051 cnt = 0;
1072 cnt = subformatCount;
1104 int32_t cnt,
1112 return format(source, cnt, appendTo, ignore, 0, success);
1123 int32_t cnt,
1129 temp.format(arguments, cnt, appendTo, ignore, success);
1144 int32_t cnt;
1152 const Formattable* tmpPtr = source.getArray(cnt);
1154 return format(tmpPtr, cnt, appendTo, ignore, 0, success);
1170 int32_t cnt,
1176 return format(arguments, NULL, cnt, appendTo, status, recursionProtection, success);
1186 int32_t cnt,
1194 if (cnt < 0 || (cnt && arguments == NULL)) {
1214 if (argumentNumber >= cnt) {
1223 for (int32_t j=0; j<cnt; ++j) {
1257 temp.format(arguments, NULL, cnt, appendTo, status, recursionProtection, success);
1260 temp.format(arguments, argumentNames, cnt, appendTo, status, recursionProtection, success);
1426 int32_t& cnt,
1436 Formattable* result = parse(source, status, cnt);
1453 int32_t cnt = 0;
1454 Formattable* tmpResult = parse(source, status, cnt);
1456 result.adoptArray(tmpResult, cnt);