Searched refs:rTheRegexp (Results 1 – 2 of 2) sorted by relevance
40 inline RegexpMapEntry(rtl::OUString const & rTheRegexp, in RegexpMapEntry() argument42 m_aRegexp(rTheRegexp), m_pValue(pTheValue) {} in RegexpMapEntry()
51 inline Entry(Regexp const & rTheRegexp, Val const & rTheValue):52 m_aRegexp(rTheRegexp), m_aValue(rTheValue) {}
Completed in 7 milliseconds