Searched refs:systemPath (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp898 std::string systemPath; local
899 systemPath = systemPathPrefix;
900 systemPath += "/usr/icu/";
901 systemPath += U_ICUDATA_NAME;
902 systemPath += ".dat";
904 if (!mapIcuData(systemPath)) {

Completed in 55 milliseconds