Home | History | Annotate | Download | only in intltest

Lines Matching refs:temp

285     UnicodeString temp;
306 temp=Data[i+1];
307 t->transliterate(temp);
312 doTest(message, temp, Data[i+2]);
334 UnicodeString temp;
352 temp=Data2[i+1];
353 t->transliterate(temp, start, limit);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
369 gotResBuf = temp = "try start greater than limit";
371 if(gotResBuf == temp) {
790 UnicodeString got, temp, message;
792 temp = data;
793 t->transliterate(temp);
815 doTest("adoptFilter round trip", got, temp);