Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/regexp/
H A Dregexp.cxx53 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()
/aoo41x/main/ucb/source/inc/
H A Dregexp.hxx59 rtl::OUString m_aInfix; member in ucb_impl::Regexp
74 && m_aInfix == rOther.m_aInfix; in operator ==()

Completed in 8 milliseconds