Searched refs:GetFormatPluralStringByName (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 243 … virtual RState GetFormatPluralStringByName(std::string &outValue, const char *name, int quantity,
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 572 … virtual RState GetFormatPluralStringByName(std::string &outValue, const char *name, int quantity,
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_async_impl.cpp | 648 state = dataContext->addon_->GetResMgr()->GetFormatPluralStringByName(dataContext->value_, in __anon06571fda2002()
|
H A D | resource_manager_napi_sync_impl.cpp | 1064 … RState state = dataContext->addon_->GetResMgr()->GetFormatPluralStringByName(dataContext->value_, in ProcessPluralStrResourceByName()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1600 RState ResourceManagerImpl::GetFormatPluralStringByName(std::string &outValue, const char *name, in… in GetFormatPluralStringByName() function in OHOS::Global::Resource::ResourceManagerImpl
|