Home
last modified time | relevance | path

Searched defs:rules (Results 101 - 125 of 293) sorted by relevance

12345678910>>...12

/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.h75 inline StandardPlural::Form getStandardPlural(const PluralRules *rules, in getStandardPlural() argument
89 getPluralSafe( const RoundingImpl& rounder, const PluralRules* rules, const DecimalQuantity& dq, UErrorCode& status) getPluralSafe() argument
H A Dquantityformatter.cpp117 format( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const format() argument
143 selectPlural( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &formattedNumber, FieldPosition &pos, UErrorCode &status) selectPlural() argument
179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
[all...]
H A Dutrans.cpp135 utrans_openU(const char16_t *id, int32_t idLength, UTransDirection dir, const char16_t *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) utrans_openU() argument
/third_party/icu/icu4c/source/i18n/
H A Dutrans.cpp135 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) utrans_openU() argument
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py131 def rules(self) -> Optional[RuleList]: member in GeneratedParser
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c77 struct rule *rules; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationruleparser.h182 const UnicodeString *rules; member in CollationRuleParser
H A Dnumber_compact.cpp107 getPattern( int32_t magnitude, const PluralRules *rules, const DecimalQuantity &dq) const getPattern() argument
H A Dnumber_utils.h75 inline StandardPlural::Form getStandardPlural(const PluralRules *rules, in getStandardPlural() argument
89 getPluralSafe( const RoundingImpl& rounder, const PluralRules* rules, const DecimalQuantity& dq, UErrorCode& status) getPluralSafe() argument
H A Dquantityformatter.cpp117 format( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const format() argument
143 selectPlural( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &formattedNumber, FieldPosition &pos, UErrorCode &status) selectPlural() argument
179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
[all...]
H A Dutrans.cpp135 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) utrans_openU() argument
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp166 UChar rules[100]; in processCollator() local
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp66 UChar rules[100]; variable
/third_party/skia/tools/skqp/src/
H A Dskqp_main.cpp52 static bool should_skip(const char* const* rules, size_t count, const char* name) { in should_skip() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbistbl.cpp43 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status) in RBBISymbolTable() argument
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp157 const HiSysEventWatchRule rules[TEST_RULE_CNT] = { in HWTEST_F() local
203 const HiSysEventQueryRuleWrapper rules[TEST_RULE_CNT] = { in HWTEST_F() local
286 const HiSysEventQueryRuleWrapper rules[TEST_RULE_CNT] = { in HWTEST_F() local
310 const HiSysEventWatchRule rules[TEST_RULE_CNT] = { in HWTEST_F() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp102 bool MatchRules(const std::vector<SysEventRule>& rules, const string& domain, const string& eventName, in MatchRules() argument
128 int32_t CheckEventQueryingValidity(const std::vector<SysEventQueryRule>& rules, size_t limit) in CheckEventQueryingValidity() argument
262 int32_t SysEventServiceOhos::AddListener(const std::vector<SysEventRule>& rules, in AddListener() argument
351 BuildEventQuery(std::shared_ptr<EventQueryWrapperBuilder> builder, const std::vector<SysEventQueryRule>& rules) BuildEventQuery() argument
[all...]
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp107 int HiSysEventAddWatcherWrapper(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule rules[], in HiSysEventAddWatcherWrapper() argument
121 HiSysEventQueryRule rules[ruleSize]; in HiSysEventQueryWrapper() local
/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp245 void ExtractRule::GetExtractParam(const Json::Value& rules, in GetExtractParam() argument
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dsyntax_rules.h67 std::list<FeatureRule> rules; member
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_js.cpp136 std::vector<ListenerRule> rules; in AddWatcher() local
221 std::vector<QueryRule> rules; in Query() local
282 std::vector<QueryRule> rules; ExportSysEvents() local
316 std::vector<QueryRule> rules; Subscribe() local
[all...]
/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp59 std::string rules[RULES_NUM]; in InitPluralRules() local
/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp206 bool HiChecker::HasCautionRule(uint64_t rules) in HasCautionRule() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp414 std::vector<DisposedRule> rules; in HandleGetAbilityRunningControlRule() local
H A Dapp_control_proxy.cpp524 GetAbilityRunningControlRule( const std::string &bundleName, int32_t userId, std::vector<DisposedRule> &rules, int32_t appIndex) GetAbilityRunningControlRule() argument

Completed in 15 milliseconds

12345678910>>...12