Home
last modified time | relevance | path

Searched defs:ruleSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_manager_c.cpp43 int HiSysEventQuery(const HiSysEventQueryArg& arg, HiSysEventQueryRule rules[], size_t ruleSize, in HiSysEventQuery()
63 int HiSysEventAddWatcher(HiSysEventWatcher& watcher, HiSysEventWatchRule rules[], size_t ruleSize) in HiSysEventAddWatcher()
100 int OH_HiSysEvent_Query(const HiSysEventQueryArg* arg, HiSysEventQueryRule rules[], size_t ruleSize, in OH_HiSysEvent_Query()
112 …OH_HiSysEvent_Add_Watcher(HiSysEventWatcher* watcher, HiSysEventWatchRule rules[], size_t ruleSize) in OH_HiSysEvent_Add_Watcher()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp163 bool PluralFormatImpl::ParseDecimalRule(const std::string &rule, const int ruleSize, const int *num… in ParseDecimalRule()
203 bool PluralFormatImpl::ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, in ParseDecimalFormula()
246 bool PluralFormatImpl::ParseRule(const std::string &rule, const int ruleSize, const int number) con… in ParseRule() argument
284 bool PluralFormatImpl::ParseFormula(const std::string &rule, const int ruleSize, int &index, const … in ParseFormula() argument
304 bool PluralFormatImpl::CompareResult(const std::string &rule, const int ruleSize, int &index, const… in CompareResult() argument
339 bool PluralFormatImpl::CompareNotEqualResult(const std::string &rule, const int ruleSize, int &inde… in CompareNotEqualResult()
375 int PluralFormatImpl::ParseNumber(const std::string &rule, const int ruleSize, int &index) const in ParseNumber() argument
H A Dplural_rules.cpp20 PluralRules::PluralRules(std::string *rules, const int rulesLength, const int *ruleSize, const int … in PluralRules()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_manager.cpp47 … HiSysEventQuery(HiSysEventQueryArg* arg, const HiSysEventQueryRule rules[], const size_t ruleSize, in HiSysEventQuery()
85 const size_t ruleSize) in HiSysEventAddWatcher()
179 const size_t ruleSize) in OhHiSysEventAddRustWatcher()
190 const size_t ruleSize, HiSysEventRustQuerierC* querier) in OhHiSysEventRustQuery()
H A Dhisysevent_c_wrapper.cpp108 unsigned int ruleSize) in HiSysEventAddWatcherWrapper()
119 unsigned int ruleSize, HiSysEventRustQuerierC* querier) in HiSysEventQueryWrapper()