Searched refs:m_bEmptyDomain (Results 1 – 2 of 2) sorted by relevance
55 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()
61 bool m_bEmptyDomain; member in ucb_impl::Regexp
Completed in 6 milliseconds