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

  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 309 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */
317 longTestPath[0] = 0;
318 strcat(longTestPath, "bogus_directory_name");
319 while (strlen(longTestPath) < 500) {
320 strcat(longTestPath, dirSepString);
321 strcat(longTestPath, "bogus_directory_name");
323 strcat(longTestPath, pathSepString);
324 strcat(longTestPath, testPath);
325 result=udata_open(longTestPath, type, name, &status);
328 longTestPath, name, type, myErrorName(status))
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 310 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */
318 longTestPath[0] = 0;
319 strcat(longTestPath, "bogus_directory_name");
320 while (strlen(longTestPath) < 500) {
321 strcat(longTestPath, dirSepString);
322 strcat(longTestPath, "bogus_directory_name");
324 strcat(longTestPath, pathSepString);
325 strcat(longTestPath, testPath);
326 result=udata_open(longTestPath, type, name, &status);
329 longTestPath, name, type, myErrorName(status))
    [all...]

Completed in 35 milliseconds