Home
last modified time | relevance | path

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

/aoo4110/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()

Completed in 29 milliseconds