Home | History | Annotate | Download | only in common

Lines Matching full:temp2

635     UnicodeString temp2;
647 keyValueDisplayName(key, value, temp2, TRUE);
648 temp2.findAndReplace(formatOpenParen, formatReplaceOpenParen);
649 temp2.findAndReplace(formatCloseParen, formatReplaceCloseParen);
650 if (temp2 != UnicodeString(value, -1, US_INV)) {
651 appendWithSep(resultRemainder, temp2);
654 keyTypeFormat.format(temp, temp2, temp3, status);
659 .append(temp2);