Home
last modified time | relevance | path

Searched refs:fromEnv (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1449 const char* fromEnv = getenv("ICU_DATA"); in ctest_dataOutDir() local
1450 if (fromEnv != NULL && fromEnv[0] != '\0') { in ctest_dataOutDir()
1451 snprintf(path, sizeof(path), "%s%s", fromEnv, U_FILE_SEP_STRING); in ctest_dataOutDir()