Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h70 …bool InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::string &countr…
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp775 if (!obj->InitPhoneNumberFormatContext(env, info, country.data(), options)) { in PhoneNumberFormatConstructor()
782 bool I18nAddon::InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::stri… in InitPhoneNumberFormatContext() function in OHOS::Global::I18n::I18nAddon