Home
last modified time | relevance | path

Searched refs:matchMode (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateSubPatternAssociation.java121 boolean matchMode(QName m1) in matchMode() method in TemplateSubPatternAssociation
DTemplateList.java560 && head.matchMode(mode)) in getTemplateFast()
618 && head.matchMode(mode)) in getTemplate()
689 && head.matchMode(mode)) in getTemplate()
/external/icu/icu4c/source/tools/toolutil/
Dpackage.h178 uint32_t matchMode; variable
Dpackage.cpp399 matchMode=0; in Package()
1000 if(matchMode&MATCH_NOSLASH) { in findNextItem()
1019 matchMode=mode; in setMatchMode()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol) in GetPrice() argument
113 if (matchMode) in GetPrice()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol) in GetPrice()
113 if (matchMode) in GetPrice()