Lines Matching refs:directory
72 // may not be the same as the source directory, depending on
74 // set the data path to the built data from this directory.
111 /* __FILE__ on MSVC7 does not contain the directory */
130 const char* directory=NULL;
137 directory = U_TOPBUILDDIR;
140 directory = pathToDataDirectory();
143 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
147 * directory to ..\source\data\..\test\testdata\out\testdata
149 strcpy(tdpath, directory);
713 // may not be the same as the source directory, depending on
715 // set the data path to the built data from this directory.
752 /* __FILE__ on MSVC7 does not contain the directory */
769 * set, try to deduce the directory in which ICU was built,
817 /* Check whether ICU will initialize without forcing the build data directory into