Home
last modified time | relevance | path

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

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