Home | History | Annotate | Download | only in unicode

Lines Matching refs:directory

44  * Return the ICU data directory. 
45 * The data directory is where common format ICU data files (.dat files)
48 * unless you are adding custom data to ICU, the data directory
51 * The data directory is determined as follows:
54 * If a data directory was specifed at ICU build time
60 * otherwise no data directory is available.
62 * @return the data directory, or an empty string ("") if no data directory has
70 * Set the ICU data directory.
71 * The data directory is where common format ICU data files (.dat files)
74 * unless you are adding custom data to ICU, the data directory
83 * @param directory The directory to be set.
88 U_STABLE void U_EXPORT2 u_setDataDirectory(const char *directory);