Searched refs:GetFormatPluralStringById (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 240 virtual RState GetFormatPluralStringById(std::string &outValue, uint32_t id, int quantity,
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 559 virtual RState GetFormatPluralStringById(std::string &outValue, uint32_t id, int quantity,
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_async_impl.cpp | 641 state = resMgr->GetFormatPluralStringById(dataContext->value_, resId, dataContext->param_, in __anon06571fda2002()
|
H A D | resource_manager_napi_sync_impl.cpp | 629 … RState state = resMgr->GetFormatPluralStringById(dataContext->value_, resId, dataContext->param_, in ProcessPluralStringValueResource()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1573 RState ResourceManagerImpl::GetFormatPluralStringById(std::string &outValue, uint32_t id, int quant… in GetFormatPluralStringById() function in OHOS::Global::Resource::ResourceManagerImpl
|