Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 - 15 of 15) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_rules.cpp24 mZeroRule = rules[PluralRuleType::ZERO]; in PluralRules()
25 mZeroRuleSize = ruleSize[PluralRuleType::ZERO]; in PluralRules()
H A Dplural_format_impl.cpp61 int zeroRuleSize = static_cast<int>(rules[PluralRuleType::ZERO].size()); in InitPluralRules()
92 return PluralRuleType::ZERO; in GetPluralRuleIndex()
228 return PluralRuleType::ZERO; in GetPluralRuleIndex()
/base/update/updater/services/include/applypatch/
H A Dcommand_const.h27 ZERO, enumerator
/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dtypes.h177 ZERO, enumerator
/base/update/updater/test/unittest/applypatch_test/
H A Dtransfer_manager_unittest.cpp55 bool reset = tm->CheckResult(CommandResult::NEED_RETRY, cmd, CommandType::ZERO); in HWTEST_F()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_func_arg.h29 ZERO = 0, enumerator
/base/update/updater/services/applypatch/
H A Dcommand.cpp96 return CommandType::ZERO; in ParseCommandType()
H A Dtransfer_manager.cpp56 cmd.GetCommandType() == CommandType::ZERO) { in JudgeBlockVerifyCmdType()
/base/update/packaging_tools/
H A Dtransfers_manager.py36 ZERO = 1 variable in ActionType
103 UPDATE_LOGGER.print_log("Apply ZERO type!")
106 ActionType.ZERO, tgt_file_name, FILE_MAP_ZERO_KEY,
H A Dpatch_package_process.py77 if each_action.type_str == ActionType.ZERO:
196 transfer_content, ActionType.ZERO,
227 transfer_content.replace("ActionType.ZERO", "zero")
464 if type_str not in (ActionType.NEW, ActionType.ZERO):
/base/update/packaging_tools/test/
H A Dtest_utils.py168 ActionType.ZERO, "tgt_file_name", "__ZERO",
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp39 constexpr int ZERO = 0; member
613 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.data = params[ZERO].data; in ConstructEcc521KeyPairParamsSpecByGet()
614 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.len = params[ZERO].len; in ConstructEcc521KeyPairParamsSpecByGet()
668 params[ZERO].data = retFp.data; in GetParams()
669 params[ZERO].len = retFp.len; in GetParams()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp37 case OHOS::I18N::PluralRuleType::ZERO: in ConvertToPluralStr()
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_asy_key_generator_by_spec_sub_test.cpp45 constexpr int ZERO = 0; member
1208 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.data = params[ZERO].data; in ConstructSm2256KeyPairParamsSpecByGet()
1209 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.len = params[ZERO].len; in ConstructSm2256KeyPairParamsSpecByGet()
1263 params[ZERO].data = retFp.data; in GetParams()
1264 params[ZERO].len = retFp.len; in GetParams()
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp598 expect = PluralRuleType::ZERO; in HWTEST_F()
1014 expect = PluralRuleType::ZERO; in HWTEST_F()

Completed in 10 milliseconds