Searched refs:PLURALS (Results 1 - 14 of 14) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 77 PLURALS = 17, enumerator
|
H A D | global_utils.h | 59 PLURALS = 17,
enumerator
|
H A D | res_desc.h | 59 type == ResType::PLURALS || type == ResType::PATTERN) { in IsArrayOfType()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 97 PLURALS = 17, enumerator
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_desc.h | 60 type == ResType::PLURALS || type == ResType::PATTERN) { in IsArrayOfType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 188 hapManager_->FindQualifierValueByName(name, ResType::PLURALS); in GetPluralStringByName() 212 hapManager_->FindQualifierValueByName(name, ResType::PLURALS); in GetPluralStringByNameFormat() 235 if (idItem == nullptr || idItem->resType_ != ResType::PLURALS) { in GetPluralString()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 314 hapManager_->FindQualifierValueByName(name, ResType::PLURALS, isOverrideResMgr_); in GetPluralStringByName() 346 hapManager_->FindQualifierValueByName(name, ResType::PLURALS, isOverrideResMgr_); in GetPluralStringByNameFormat() 376 if (idItem == nullptr || idItem->resType_ != ResType::PLURALS) { in GetPluralString() 1584 hapManager_->FindQualifierValueByName(name, ResType::PLURALS, isOverrideResMgr_); in GetFormatPluralStringByName()
|
H A D | hap_manager.cpp | 1072 {"plural", PLURALS},
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_string.cpp | 1283 int id = rmc->GetResId("eat_apple1", ResType::PLURALS); in HWTEST_F() 1297 int id = rmc->GetResId("eat_apple", ResType::PLURALS); in HWTEST_F() 1311 int id = rmc->GetResId("eat_apple", ResType::PLURALS); in HWTEST_F() 1363 int id = rmc->GetResId("eat_apple", ResType::PLURALS); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 579 int id = GetResId("eat_apple", ResType::PLURALS); in HWTEST_F() 642 int id = GetResId("eat_apple", ResType::PLURALS); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 140 int id = GetResId("eat_apple", ResType::PLURALS); in TestPluralStringById()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_performance_test.cpp | 572 int id = GetResId("eat_apple", ResType::PLURALS); in HWTEST_F() 635 int id = GetResId("eat_apple", ResType::PLURALS); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 123 int id = GetResId("eat_apple", ResType::PLURALS); in TestPluralStringById()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 55 {PLURALS, SELECT_PLURALS},
|
Completed in 20 milliseconds