Searched refs:m_aInfix (Results 1 – 2 of 2) sorted by relevance
53 m_aInfix(rTheInfix), in Regexp()59 || !m_bEmptyDomain && m_aInfix.getLength() == 0); in Regexp()133 if (matchStringIgnoreCase(&q, pEnd, m_aInfix) in matches()161 aBuffer.append(m_aInfix); in matches()262 if (m_aInfix.getLength() != 0) in getRegexp()263 appendStringLiteral(&aBuffer, m_aInfix); in getRegexp()302 if (m_aInfix.getLength() != 0) in getRegexp()303 appendStringLiteral(&aBuffer, m_aInfix); in getRegexp()
59 rtl::OUString m_aInfix; member in ucb_impl::Regexp74 && m_aInfix == rOther.m_aInfix; in operator ==()
Completed in 17 milliseconds