Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtDstOffset

314         UnicodeString *fmtDstOffset = 0;
317 //fmtDstOffset = fmtOffset->substring(3);
318 fmtDstOffset = new UnicodeString();
319 fmtOffset.extract(3, fmtOffset.length(), *fmtDstOffset);
324 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
329 (fmtDstOffset != 0 ? " ok" : " ?"));
337 delete fmtDstOffset;