Home | History | Annotate | Download | only in common

Lines Matching refs:directory

727    are different from those in the top-level directory or 'posix'
929 * This method recursively traverses the directory given for a matching TZ file and returns the first match.
950 /* Check each entry in the directory. */
954 /* Create a newpath with the new entry to test each entry in the directory. */
960 /* If this new path is a directory, make a recursive call with the newpath. */
966 and return the first match in the top-level directory
1120 /* Get and set the ICU data directory --------------------------------------- */
1143 * Set the data directory.
1148 u_setDataDirectory(const char *directory) {
1152 if(directory==NULL || *directory==0) {
1160 length=(int32_t)uprv_strlen(directory);
1166 uprv_strcpy(newDataDir, directory);
1230 /* if we have the directory, then return it immediately */
1242 directory with u_setDataDirectory, define ICU_DATA_DIR when compiling
1259 * directory of the data dat file. Users should use ICU_DATA_DIR if they want to
1754 names to the ICU alias table in the data directory.