Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h240 virtual RState GetFormatPluralStringById(std::string &outValue, uint32_t id, int quantity,
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h559 virtual RState GetFormatPluralStringById(std::string &outValue, uint32_t id, int quantity,
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp641 state = resMgr->GetFormatPluralStringById(dataContext->value_, resId, dataContext->param_, in __anon06571fda2002()
H A Dresource_manager_napi_sync_impl.cpp629 … RState state = resMgr->GetFormatPluralStringById(dataContext->value_, resId, dataContext->param_, in ProcessPluralStringValueResource()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1573 RState ResourceManagerImpl::GetFormatPluralStringById(std::string &outValue, uint32_t id, int quant… in GetFormatPluralStringById() function in OHOS::Global::Resource::ResourceManagerImpl