Searched refs:LANGUAGES (Results 1 – 17 of 17) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 71 kp->type_ = LANGUAGES; 154 kp->type_ = LANGUAGES;
|
H A D | res_desc_test.cpp | 132 TestKeyParam(KeyType::LANGUAGES, 25966, "en"); 133 TestKeyParam(KeyType::LANGUAGES, 31336, "zh");
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 132 TestKeyParam(KeyType::LANGUAGES, 25966, "en"); 133 TestKeyParam(KeyType::LANGUAGES, 31336, "zh");
|
H A D | hap_parser_test.cpp | 72 kp->type_ = LANGUAGES; 158 kp1->type_ = LANGUAGES;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/cmake/ |
H A D | CMakeLists.txt | 3 project(lib_cmake VERSION 1.0 LANGUAGES C CXX)
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 44 LANGUAGES = 0, enumerator
|
H A D | global_utils.h | 31 LANGUAGES = 0, enumerator
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 63 LANGUAGES = 0, enumerator
|
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/ |
H A D | CMakeLists.txt | 16 project(hdt VERSION 1.0 LANGUAGES C CXX)
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/ |
H A D | CMakeLists.txt | 16 project(nativeapi_storage LANGUAGES CXX)
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 418 if (kp->type_ == LANGUAGES) { in CreateResConfigFromKeyParams() 511 case KeyType::LANGUAGES: in ToFolderPath()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global_utils.c | 147 if (keys[i].keyParams[j].type == LANGUAGES && keys[i].keyParams[j].value == value) { in FindOffsetByLanguage() 161 case LANGUAGES: in SetLocaleItemViaKeys()
|
H A D | res_desc.cpp | 84 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/ |
H A D | CMakeLists.txt | 16 project(jsfwk LANGUAGES CXX)
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 148 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
H A D | hap_resource.cpp | 498 if (keyType == KeyType::LANGUAGES) { in GetKeyParamsLocales()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 721 if (kp->type_ == LANGUAGES) { in CreateResConfigFromKeyParams() 867 case KeyType::LANGUAGES: in ToFolderPath()
|