Lines Matching refs:temp
580 UnicodeString temp;
582 ruleSet->getName(temp);
584 numberFormat->toPattern(temp);
586 text.append(temp);
622 UnicodeString temp;
623 numberFormat->format(numberToFormat, temp);
624 toInsertInto.insert(_pos + this->pos, temp);
656 UnicodeString temp;
657 numberFormat->format(numberToFormat, temp);
658 toInsertInto.insert(_pos + this->pos, temp);
1167 Formattable temp;
1168 getRuleSet()->parse(workText, workPos, 10, temp);
1170 digit = temp.getLong(status);
1171 // digit = temp.getType() == Formattable::kLong ?
1172 // temp.getLong() :
1173 // (int32_t)temp.getDouble();
1185 fmt->parse(workText, temp, workPos);
1186 digit = temp.getLong(status);
1264 UnicodeString temp;
1265 temp, status);
1266 toInsertInto.insert(apos + getPos(), temp);
1291 Formattable temp;
1295 getRuleSet()->parse(workText, workPos, 1, temp); // parse zero or nothing at all