Searched refs:retFormats (Results 1 – 1 of 1) sorted by relevance
245 const UnicodeString* retFormats = fileform->getFormats( retCount ); in TestComplexExample() local246 if ((retCount == 4) && (retFormats) in TestComplexExample()247 && (retFormats[0] == "are corrupted files") in TestComplexExample()248 && (retFormats[1] == "are no files") in TestComplexExample()249 && (retFormats[2] == "is one file") in TestComplexExample()250 && (retFormats[3] == "are {2} files")) { in TestComplexExample()