Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtDstOffset

304         UnicodeString *fmtDstOffset = 0;
307 //fmtDstOffset = fmtOffset->substring(3);
308 fmtDstOffset = new UnicodeString();
309 fmtOffset.extract(3, fmtOffset.length(), *fmtDstOffset);
314 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
319 (fmtDstOffset != 0 ? " ok" : " ?"));
327 delete fmtDstOffset;