Lines Matching defs:temp
241 UnicodeString s, s2, temp;
250 logln(/*value.getString(temp) +*/ " F> " + escape(s));
260 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
268 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
299 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
301 /*n.getString(temp) */ + typeOf(n, temp) + " F> " +
339 UnicodeString temp;
360 char temp[16];
361 sprintf(temp, "%4X", c); // might not work
362 s += temp;