HomeSort by relevance Sort by last modified time
    Searched refs:retFormats (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 231 const UnicodeString* retFormats = fileform->getFormats( retCount );
232 if ((retCount == 4) && (retFormats)
233 && (retFormats[0] == "are corrupted files")
234 && (retFormats[1] == "are no files")
235 && (retFormats[2] == "is one file")
236 && (retFormats[3] == "are {2} files")) {
  /external/icu4c/test/intltest/
tchcfmt.cpp 242 const UnicodeString* retFormats = fileform->getFormats( retCount );
243 if ((retCount == 4) && (retFormats)
244 && (retFormats[0] == "are corrupted files")
245 && (retFormats[1] == "are no files")
246 && (retFormats[2] == "is one file")
247 && (retFormats[3] == "are {2} files")) {

Completed in 982 milliseconds