Lines Matching refs:directory
94 /* Check whether ICU will initialize without forcing the build data directory into
290 // may not be the same as the source directory, depending on
292 // set the data path to the built data from this directory.
329 /* __FILE__ on MSVC7 does not contain the directory */
357 // may not be the same as the source directory, depending on
359 // set the data path to the built data from this directory.
396 /* __FILE__ on MSVC7 does not contain the directory */
413 * set, try to deduce the directory in which ICU was built,
433 * The ICU data directory must be preserved across these operations.
521 const char* directory=NULL;
527 directory = U_TOPBUILDDIR;
530 directory= ctest_dataOutDir();
533 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
537 * directory to ..\source\data\..\test\testdata\out\testdata
542 strcpy(tdpath, directory);