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

  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 299 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */
307 longTestPath[0] = 0;
308 strcat(longTestPath, "bogus_directory_name");
309 while (strlen(longTestPath) < 500) {
310 strcat(longTestPath, dirSepString);
311 strcat(longTestPath, "bogus_directory_name");
313 strcat(longTestPath, pathSepString);
314 strcat(longTestPath, testPath);
315 result=udata_open(longTestPath, type, name, &status);
318 longTestPath, name, type, myErrorName(status))
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 306 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */
314 longTestPath[0] = 0;
315 strcat(longTestPath, "bogus_directory_name");
316 while (strlen(longTestPath) < 500) {
317 strcat(longTestPath, dirSepString);
318 strcat(longTestPath, "bogus_directory_name");
320 strcat(longTestPath, pathSepString);
321 strcat(longTestPath, testPath);
322 result=udata_open(longTestPath, type, name, &status);
325 longTestPath, name, type, myErrorName(status))
    [all...]

Completed in 28 milliseconds