Searched refs:matchPattern (Results 1 – 4 of 4) sorted by relevance
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) in WhiteSpaceInfo() argument74 setMatch(matchPattern); in WhiteSpaceInfo()
698 FcPattern* matchPattern; in onMatchFamily() local703 matchPattern = strongPattern; in onMatchFamily()705 matchPattern = pattern; in onMatchFamily()722 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()750 FcPattern* matchPattern; in onMatchFamilyStyle() local755 matchPattern = strongPattern; in onMatchFamilyStyle()757 matchPattern = pattern; in onMatchFamilyStyle()762 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
182 expr = matchPattern(opPos + 2); break; in compile()678 protected Expression matchPattern(int opPos) throws TransformerException in matchPattern() method in Compiler
357 public static boolean matchPattern(String name, String pattern) { in matchPattern() method in Util