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

  /external/chromium_org/third_party/icu/source/test/iotest/
strtst.c 316 u_austrncpy(cTestResult, testStr, sizeof(cTestResult)/sizeof(cTestResult[0]));\
317 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\
318 log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s expectedStr=%s\n",\
319 size, expectedSize, cTestResult, expectedStr);\
322 log_verbose("Got: %s\n", cTestResult);\
330 char cTestResult[256];
  /external/icu4c/test/iotest/
strtst.c 316 u_austrncpy(cTestResult, testStr, sizeof(cTestResult)/sizeof(cTestResult[0]));\
317 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\
318 log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s expectedStr=%s\n",\
319 size, expectedSize, cTestResult, expectedStr);\
322 log_verbose("Got: %s\n", cTestResult);\
330 char cTestResult[256];

Completed in 1171 milliseconds