Searched refs:icuDataPath (Results 1 – 1 of 1) sorted by relevance
206 String icuDataPath = System.getProperty(ICU_DATA_PATH_PROPERTY); in getIcuDataPath() local207 if (icuDataPath == null) { in getIcuDataPath()208 icuDataPath = PLATFORM_DIR + "/../../../../../com.android.i18n/etc/icu/icudt71l.dat"; in getIcuDataPath()210 return icuDataPath; in getIcuDataPath()