Home
last modified time | relevance | path

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

/aosp_15_r20/external/icu/libandroidicuinit/
H A DIcuRegistration.cpp263 const char* tzdataModulePathPrefix = getenv("ANDROID_TZDATA_ROOT"); in getTimeZoneModulePath() local
264 if (tzdataModulePathPrefix == NULL) { in getTimeZoneModulePath()
270 tzdataModulePath = tzdataModulePathPrefix; in getTimeZoneModulePath()