Searched refs:matchPattern (Results 1 – 6 of 6) sorted by relevance
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) in WhiteSpaceInfo() argument74 setMatch(matchPattern); in WhiteSpaceInfo()
804 FcPattern* matchPattern; in onMatchFamily() local809 matchPattern = strongPattern; in onMatchFamily()811 matchPattern = pattern; in onMatchFamily()828 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()856 FcPattern* matchPattern; in onMatchFamilyStyle() local861 matchPattern = strongPattern; in onMatchFamilyStyle()863 matchPattern = pattern; in onMatchFamilyStyle()868 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
803 FcPattern* matchPattern; in onMatchFamily() local808 matchPattern = strongPattern; in onMatchFamily()810 matchPattern = pattern; in onMatchFamily()827 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()855 FcPattern* matchPattern; in onMatchFamilyStyle() local860 matchPattern = strongPattern; in onMatchFamilyStyle()862 matchPattern = pattern; in onMatchFamilyStyle()867 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
140 PatternFunction matchPattern = pair.first; in MatchToken() local141 if (matchPattern(&token_end) && token_end > *pos) { in MatchToken()
53 matchPattern: A regular expression to be applied against the output of the57 matchCount: How many times the regex in matchPattern should match. A value
182 expr = matchPattern(opPos + 2); break; in compile()678 protected Expression matchPattern(int opPos) throws TransformerException in matchPattern() method in Compiler