Searched refs:PLURAL (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | data_resource.h | 77 PLURAL, // 5 enumerator
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.h | 48 PLURAL, enumerator
|
H A D | napi_utils.cpp | 228 { "plural", ResourceType::PLURAL }, in ConvertResourceType() 436 if (resType == ResourceType::PLURAL || resType == ResourceType::STRING) { in ModifyResourceParam() 735 if (info.type == static_cast<int>(ResourceType::PLURAL)) { in ParseString()
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_format_impl.cpp | 46 resource.GetString(DataResourceType::PLURAL, unprocessedPluralData); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 422 PLURAL, enumerator
|
H A D | cj_view_abstract_ffi.cpp | 1715 if (type == ResourceType::PLURAL) { in ParseCjString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 78 PLURAL, enumerator 298 { "plural", ResourceType::PLURAL }, in ConvertResourceType() 393 if (resType == ResourceType::PLURAL || resType == ResourceType::STRING) { in CompleteResourceObjectFromId() 1205 } else if (type->Uint32Value(vm) == static_cast<uint32_t>(ResourceType::PLURAL)) { in FillResultForResIdNumIsNegative() 1250 } else if (resourceObject->GetType() == static_cast<int32_t>(ResourceType::PLURAL)) { in ParseJsStringFromResource()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 59 PLURAL, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/ |
H A D | common_napi_utils.cpp | 38 PLURAL, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.h | 52 PLURAL, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 56 PLURAL, enumerator
|
H A D | js_view_abstract.cpp | 1267 if (resType == ResourceType::PLURAL || resType == ResourceType::STRING) { in CompleteResourceObjectFromId() 5081 { "plural", ResourceType::PLURAL }, in ConvertResourceType() 5819 } else if (type == static_cast<int32_t>(ResourceType::PLURAL)) { in ParseJsString() 5838 } else if (type == static_cast<int32_t>(ResourceType::PLURAL)) { in ParseJsString()
|