Home
last modified time | relevance | path

Searched defs:rule (Results 151 - 175 of 676) sorted by relevance

12345678910>>...28

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DNamePrepTransform.java182 MapTransform(String id, String rule, int direction) { in MapTransform() argument
186 boolean initialize(String id, String rule, int direction) { in initialize() argument
/third_party/icu/icu4c/source/i18n/
H A Dstrmatch.cpp246 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
H A Dstrrepl.cpp242 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
[all...]
H A Dzrule.cpp33 zrule_close(ZRule* rule) { in zrule_close() argument
43 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName() argument
52 zrule_getRawOffset(ZRule* rule) { in zrule_getRawOffset() argument
57 zrule_getDSTSavings(ZRule* rule) { in zrule_getDSTSavings() argument
77 izrule_close(IZRule* rule) { in izrule_close() argument
82 izrule_clone(IZRule *rule) izrule_clone() argument
92 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) izrule_getName() argument
103 izrule_getRawOffset(IZRule* rule) izrule_getRawOffset() argument
108 izrule_getDSTSavings(IZRule* rule) izrule_getDSTSavings() argument
118 izrule_getFirstStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFirstStart() argument
124 izrule_getFinalStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFinalStart() argument
130 izrule_getNextStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getNextStart() argument
136 izrule_getPreviousStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getPreviousStart() argument
142 izrule_getStaticClassID(IZRule* rule) izrule_getStaticClassID() argument
147 izrule_getDynamicClassID(IZRule* rule) izrule_getDynamicClassID() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dutil.cpp321 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule() argument
410 appendToRule(UnicodeString& rule, const UnicodeString& text, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
424 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
[all...]
/third_party/ninja/src/
H A Dstate.cc86 Edge* State::AddEdge(const Rule* rule) { in AddEdge() argument
/third_party/node/deps/icu-small/source/common/
H A Dutil.cpp321 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule() argument
410 appendToRule(UnicodeString& rule, const UnicodeString& text, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
424 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dstrmatch.cpp246 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
H A Dstrrepl.cpp242 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
[all...]
H A Dzrule.cpp33 zrule_close(ZRule* rule) { in zrule_close() argument
43 zrule_getName(ZRule* rule, char16_t* name, int32_t nameLength) { in zrule_getName() argument
52 zrule_getRawOffset(ZRule* rule) { in zrule_getRawOffset() argument
57 zrule_getDSTSavings(ZRule* rule) { in zrule_getDSTSavings() argument
77 izrule_close(IZRule* rule) { in izrule_close() argument
82 izrule_clone(IZRule *rule) izrule_clone() argument
92 izrule_getName(IZRule* rule, char16_t* & name, int32_t & nameLength) izrule_getName() argument
103 izrule_getRawOffset(IZRule* rule) izrule_getRawOffset() argument
108 izrule_getDSTSavings(IZRule* rule) izrule_getDSTSavings() argument
118 izrule_getFirstStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFirstStart() argument
124 izrule_getFinalStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFinalStart() argument
130 izrule_getNextStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getNextStart() argument
136 izrule_getPreviousStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getPreviousStart() argument
142 izrule_getStaticClassID(IZRule* rule) izrule_getStaticClassID() argument
147 izrule_getDynamicClassID(IZRule* rule) izrule_getDynamicClassID() argument
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py149 def rule(self) -> Optional[Rule]: member in GeneratedParser
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c68 struct rule { struct
109 struct rule *rule; in load_rules() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstrmatch.cpp246 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
H A Dstrrepl.cpp242 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() argument
[all...]
H A Dzrule.cpp33 zrule_close(ZRule* rule) { in zrule_close() argument
43 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName() argument
52 zrule_getRawOffset(ZRule* rule) { in zrule_getRawOffset() argument
57 zrule_getDSTSavings(ZRule* rule) { in zrule_getDSTSavings() argument
77 izrule_close(IZRule* rule) { in izrule_close() argument
82 izrule_clone(IZRule *rule) izrule_clone() argument
92 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) izrule_getName() argument
103 izrule_getRawOffset(IZRule* rule) izrule_getRawOffset() argument
108 izrule_getDSTSavings(IZRule* rule) izrule_getDSTSavings() argument
118 izrule_getFirstStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFirstStart() argument
124 izrule_getFinalStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) izrule_getFinalStart() argument
130 izrule_getNextStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getNextStart() argument
136 izrule_getPreviousStart(IZRule* rule, UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate& result) izrule_getPreviousStart() argument
142 izrule_getStaticClassID(IZRule* rule) izrule_getStaticClassID() argument
147 izrule_getDynamicClassID(IZRule* rule) izrule_getDynamicClassID() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.cpp307 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule() argument
396 appendToRule(UnicodeString& rule, const UnicodeString& text, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
410 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
[all...]
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp63 HiSysEventWatchRule rule; in CreateWatchRule() local
77 HiSysEventQueryRuleWrapper rule; in CreateQueryRule() local
[all...]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp54 bool IsMatchedWithRegex(const string& rule, const string& match) in IsMatchedWithRegex() argument
67 bool MatchContent(int type, const string& rule, const string& match) in MatchContent() argument
85 MatchEventType(int rule, int match) MatchEventType() argument
90 IsMatchedRule(const OHOS::HiviewDFX::SysEventRule& rule, const string& domain, const string& eventName, const string& tag, uint32_t eventType) IsMatchedRule() argument
[all...]
/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 *numberInfo, in ParseDecimalRule() argument
203 bool PluralFormatImpl::ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, in ParseDecimalFormula() argument
246 ParseRule(const std::string &rule, const int ruleSize, const int number) const ParseRule() argument
284 ParseFormula(const std::string &rule, const int ruleSize, int &index, const int number) const ParseFormula() argument
304 CompareResult(const std::string &rule, const int ruleSize, int &index, const int number) const CompareResult() argument
339 CompareNotEqualResult(const std::string &rule, const int ruleSize, int &index, const int number) const CompareNotEqualResult() argument
375 ParseNumber(const std::string &rule, const int ruleSize, int &index) const ParseNumber() argument
[all...]
/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp49 void HiChecker::AddRule(uint64_t rule) in AddRule() argument
62 void HiChecker::RemoveRule(uint64_t rule) in RemoveRule() argument
81 Contains(uint64_t rule) Contains() argument
122 NotifyCaution(uint64_t rule, const std::string& tag, Caution& caution) NotifyCaution() argument
219 CheckRule(uint64_t rule) CheckRule() argument
248 uint64_t rule = strtoull(paramOutBuf, &endPtr, BASE_TAG); InitHicheckerParam() local
[all...]
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H A Dnapi_hichecker.cpp39 uint64_t rule = GetRuleParam(env, info); in AddRule() local
48 uint64_t rule = GetRuleParam(env, info); in RemoveRule() local
57 uint64_t rule = HiChecker::GetRule(); in GetRule() local
63 uint64_t rule = GetRuleParam(env, info); in Contains() local
71 uint64_t rule = GetRuleParam(env, info); AddCheckRule() local
82 uint64_t rule = GetRuleParam(env, info); RemoveCheckRule() local
94 uint64_t rule = GetRuleParam(env, info); ContainsCheckRule() local
176 uint64_t rule = GET_RULE_PARAM_FAIL; GetRuleParam() local
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp212 AddFirewallRule(const AppExecFwk::ElementName &admin, const IPTABLES::FirewallRule &rule) AddFirewallRule() argument
229 RemoveFirewallRule(const AppExecFwk::ElementName &admin, const IPTABLES::FirewallRule &rule) RemoveFirewallRule() argument
276 AddDomainFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::DomainFilterRule &rule) AddDomainFilterRule() argument
294 RemoveDomainFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::DomainFilterRule &rule) RemoveDomainFilterRule() argument
[all...]
/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp54 auto rule = firewall.GetRule(); in AddFirewallRule() local
95 auto rule = firewall.GetRule(); in RemoveFirewallRule() local
186 auto rule = DomainFilter.GetRule(); AddDomainFilterRule() local
223 auto rule = DomainFilter.GetRule(); RemoveDomainFilterRules() local
[all...]
/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp119 IccOperatorRule rule; in CreateFromTLV() local
/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service.cpp131 QueryStartExperience(const OHOS::AAFwk::Want &want, const AbilityCallerInfo &callerInfo, AbilityExperienceRule &rule) QueryStartExperience() argument
244 QueryStartExperience(const Want &want, const AbilityCallerInfo &callerInfo, AbilityExperienceRule &rule) QueryStartExperience() argument

Completed in 14 milliseconds

12345678910>>...28