Searched refs:parseRule (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.h66 static void parseRule(const void *key, const void *value, void *context);
H A DAuthorizationDBPlist.cpp259 CFDictionaryApplyFunction(newRights, parseRule, this);
273 void AuthorizationDBPlist::parseRule(const void *key, const void *value, void *context) function in class:Authorization::AuthorizationDBPlist
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drbt_pars.h200 int32_t parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
H A Drbt_pars.cpp259 * RuleBasedTransliterator.Parser.parseRule().
1061 pos = parseRule(rule, pos, limit, status);
1267 int32_t TransliteratorParser::parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { function in class:TransliteratorParser
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGroupingRule.cpp72 RefPtr<StyleRuleBase> newRule = parser.parseRule(styleSheet ? &styleSheet->contents() : nullptr, ruleString);
H A DCSSStyleSheet.cpp295 RefPtr<StyleRuleBase> rule = p.parseRule(&m_contents.get(), ruleString);
H A DCSSParser.h91 PassRefPtr<StyleRuleBase> parseRule(StyleSheetContents*, const String&);
H A DCSSParser.cpp449 PassRefPtr<StyleRuleBase> CSSParser::parseRule(StyleSheetContents* sheet, const String& string) function in class:WebCore::CSSParser
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl139 # the values are 'links from'. The 'parseRule' and 'parseZone'
177 parseRule $fileName $lno $words
210 # parseRule --
228 proc parseRule {fileName lno words} { procedure
1011 # ruleSet - Set of rules from 'parseRule'

Completed in 201 milliseconds