Home
last modified time | relevance | path

Searched refs:matchPattern (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DWhiteSpaceInfo.java69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) in WhiteSpaceInfo() argument
74 setMatch(matchPattern); in WhiteSpaceInfo()
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp698 FcPattern* matchPattern; in onMatchFamily() local
703 matchPattern = strongPattern; in onMatchFamily()
705 matchPattern = pattern; in onMatchFamily()
722 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()
750 FcPattern* matchPattern; in onMatchFamilyStyle() local
755 matchPattern = strongPattern; in onMatchFamilyStyle()
757 matchPattern = pattern; in onMatchFamilyStyle()
762 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java182 expr = matchPattern(opPos + 2); break; in compile()
678 protected Expression matchPattern(int opPos) throws TransformerException in matchPattern() method in Compiler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
DUtil.java357 public static boolean matchPattern(String name, String pattern) { in matchPattern() method in Util