Lines Matching full:temp
238 UnicodeString s, s2, temp;
247 logln(/*value.getString(temp) +*/ " F> " + escape(s));
252 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
260 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " +
331 UnicodeString temp;
349 char temp[16];
350 sprintf(temp, "%4X", c); // might not work
351 s += temp;