Home
last modified time | relevance | path

Searched refs:longTestPath (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dudatatst.c348 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */ in TestUDataOpen() local
356 longTestPath[0] = 0; in TestUDataOpen()
357 strcat(longTestPath, "bogus_directory_name"); in TestUDataOpen()
358 while (strlen(longTestPath) < 500) { in TestUDataOpen()
359 strcat(longTestPath, dirSepString); in TestUDataOpen()
360 strcat(longTestPath, "bogus_directory_name"); in TestUDataOpen()
362 strcat(longTestPath, pathSepString); in TestUDataOpen()
363 strcat(longTestPath, testPath); in TestUDataOpen()
364 result=udata_open(longTestPath, type, name, &status); in TestUDataOpen()
367 longTestPath, name, type, myErrorName(status)); in TestUDataOpen()
[all …]