Searched refs:ZERO (Results 1 - 15 of 15) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_rules.cpp | 24 mZeroRule = rules[PluralRuleType::ZERO];
in PluralRules() 25 mZeroRuleSize = ruleSize[PluralRuleType::ZERO];
in PluralRules()
|
H A D | plural_format_impl.cpp | 61 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 D | command_const.h | 27 ZERO, enumerator
|
/base/global/i18n_lite/interfaces/kits/i18n/include/ |
H A D | types.h | 177 ZERO,
enumerator
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | transfer_manager_unittest.cpp | 55 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 D | n_func_arg.h | 29 ZERO = 0,
enumerator
|
/base/update/updater/services/applypatch/ |
H A D | command.cpp | 96 return CommandType::ZERO;
in ParseCommandType()
|
H A D | transfer_manager.cpp | 56 cmd.GetCommandType() == CommandType::ZERO) {
in JudgeBlockVerifyCmdType()
|
/base/update/packaging_tools/ |
H A D | transfers_manager.py | 36 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 D | patch_package_process.py | 77 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 D | test_utils.py | 168 ActionType.ZERO, "tgt_file_name", "__ZERO",
|
/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp | 39 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 D | hap_manager.cpp | 37 case OHOS::I18N::PluralRuleType::ZERO: in ConvertToPluralStr()
|
/base/security/crypto_framework/test/unittest/src/sm2/ |
H A D | crypto_sm2_asy_key_generator_by_spec_sub_test.cpp | 45 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 D | i18n_test.cpp | 598 expect = PluralRuleType::ZERO;
in HWTEST_F() 1014 expect = PluralRuleType::ZERO;
in HWTEST_F()
|
Completed in 10 milliseconds