Home
last modified time | relevance | path

Searched refs:bMatches (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/regexp/
H A Dregexp.cxx102 bool bMatches = false; in matches() local
116 bMatches = true; in matches()
120 bMatches = p == pEnd || *p == '/' || *p == '?' || *p == '#'; in matches()
136 bMatches = true; in matches()
153 if (bMatches) in matches()
178 return bMatches; in matches()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRunRange.java53 boolean bMatches = true; in FindTokens()
54 for (int nInnerIndex=0; nInnerIndex<eTypeList.length && bMatches; ++nInnerIndex) in FindTokens()
58 bMatches = false; in FindTokens()
60 if (bMatches) in FindTokens()

Completed in 12 milliseconds