Searched refs:fmtDstOffset (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp170 UnicodeString *fmtDstOffset = 0; local
173 //fmtDstOffset = fmtOffset->substring(3);
174 fmtDstOffset = new UnicodeString();
175 fmtOffset.extract(3, fmtOffset.length(), *fmtDstOffset);
180 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
185 (fmtDstOffset != 0 ? " ok" : " ?"));
193 delete fmtDstOffset;

Completed in 365 milliseconds