Searched refs:ZERO (Results 1 – 14 of 14) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/src/ |
D | plural_rules.cpp | 24 mZeroRule = rules[PluralRuleType::ZERO]; in PluralRules() 25 mZeroRuleSize = ruleSize[PluralRuleType::ZERO]; in PluralRules()
|
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/global/i18n_lite/interfaces/kits/i18n/include/ |
D | types.h | 177 ZERO, enumerator
|
/base/update/updater/test/unittest/applypatch_test/ |
D | transfer_manager_unittest.cpp | 55 tm->CheckResult(CommandResult::NEED_RETRY, cmd, CommandType::ZERO);
|
/base/update/updater/services/applypatch/ |
D | command_function.cpp | 33 case CommandType::ZERO: in GetCommandFunction()
|
D | command.cpp | 84 return CommandType::ZERO; in ParseCommandType()
|
D | transfer_manager.cpp | 170 type == CommandType::ZERO; in NeedSetProgress()
|
/base/update/updater/services/include/applypatch/ |
D | command.h | 37 ZERO, enumerator
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
D | n_func_arg.h | 29 ZERO = 0, enumerator
|
/base/update/packaging_tools/ |
D | transfers_manager.py | 36 ZERO = 1 variable in ActionType 106 ActionType.ZERO, tgt_file_name, FILE_MAP_ZERO_KEY,
|
D | patch_package_process.py | 77 if each_action.type_str == ActionType.ZERO: 188 transfer_content, ActionType.ZERO, 456 if type_str not in (ActionType.NEW, ActionType.ZERO):
|
/base/update/packaging_tools/test/ |
D | test_utils.py | 168 ActionType.ZERO, "tgt_file_name", "__ZERO",
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | hap_manager.cpp | 37 case OHOS::I18N::PluralRuleType::ZERO: in ConvertToPluralStr()
|
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
D | i18n_test.cpp | 598 expect = PluralRuleType::ZERO; 1014 expect = PluralRuleType::ZERO;
|