Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/regexp/
H A Dregexp.cxx55 m_bEmptyDomain(bTheEmptyDomain), in Regexp()
59 || !m_bEmptyDomain && m_aInfix.getLength() == 0); in Regexp()
124 if (!m_bEmptyDomain) in matches()
261 aBuffer.append(sal_Unicode(m_bEmptyDomain ? '*' : '+')); in getRegexp()
301 aBuffer.append(sal_Unicode(m_bEmptyDomain ? '*' : '+')); in getRegexp()
/aoo41x/main/ucb/source/inc/
H A Dregexp.hxx61 bool m_bEmptyDomain; member in ucb_impl::Regexp

Completed in 23 milliseconds