Lines Matching refs:fmtDstOffset
313 UnicodeString *fmtDstOffset = 0;
316 //fmtDstOffset = fmtOffset->substring(3);
317 fmtDstOffset = new UnicodeString();
318 fmtOffset.extract(3, fmtOffset.length(), *fmtDstOffset);
323 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
328 (fmtDstOffset != 0 ? " ok" : " ?"));
336 delete fmtDstOffset;