Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dphone_number_format.cpp329 void *i18nUtilHandle = dlopen("libi18n_util.z.so", RTLD_NOW); in getBlockedRegionName() local
330 if (i18nUtilHandle == nullptr) { in getBlockedRegionName()
333 GetBlockedRegionName getBlockedRegionName = (GetBlockedRegionName)dlsym(i18nUtilHandle, "GetBlockedRegionName"); in getBlockedRegionName()
338 dlclose(i18nUtilHandle); in getBlockedRegionName()
339 i18nUtilHandle = nullptr; in getBlockedRegionName()
352 void *i18nUtilHandle = dlopen("libi18n_util.z.so", RTLD_NOW); in getCityName() local
353 if (i18nUtilHandle == nullptr) { in getCityName()
357 (GetBlockedPhoneLocationName)dlsym(i18nUtilHandle, "GetBlockedPhoneLocationName"); in getCityName()
362 dlclose(i18nUtilHandle); in getCityName()
363 i18nUtilHandle in getCityName()
[all...]
H A Di18n_timezone.cpp729 void *i18nUtilHandle = dlopen("libi18n_util.z.so", RTLD_NOW); in GetDisplayNameByTaboo() local
730 if (i18nUtilHandle == nullptr) { in GetDisplayNameByTaboo()
734 (GetReplacedTimezoneDisplayName)dlsym(i18nUtilHandle, "GetReplacedTimezoneDisplayName"); in GetDisplayNameByTaboo()
745 dlclose(i18nUtilHandle); in GetDisplayNameByTaboo()

Completed in 3 milliseconds