Lines Matching refs:directory
368 * set, try to deduce the directory in which ICU was built,
386 // may not be the same as the source directory, depending on
388 // set the data path to the built data from this directory.
430 /* __FILE__ on MSVC7 does not contain the directory */
1259 /* Check whether ICU will initialize without forcing the build data directory into
1281 IntlTest::setICU_DATA(); // Must set data directory before u_init() is called.
1448 const char* directory=NULL;
1455 directory = U_TOPBUILDDIR;
1458 directory = pathToDataDirectory();
1461 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
1465 * directory to ..\source\data\..\test\testdata\out\testdata
1467 strcpy(tdpath, directory);
1521 // may not be the same as the source directory, depending on
1523 // set the data path to the built data from this directory.
1560 /* __FILE__ on MSVC7 does not contain the directory */