Searched refs:m_aRegexp (Results 1 – 2 of 2) sorted by relevance
48 Regexp m_aRegexp;52 m_aRegexp(rTheRegexp), m_aValue(rTheValue) {}132 = RegexpMapEntry< Val >(rTheEntry.m_aRegexp.getRegexp(false),413 if (aIt->m_aRegexp == aRegexp)456 if (aIt->m_aRegexp == aRegexp)548 if (aIt->m_aRegexp.matches(rString, pTranslation, pTranslated))552 && m_pImpl->m_pDefault->m_aRegexp.matches(rString, pTranslation,
42 m_aRegexp(rTheRegexp), m_pValue(pTheValue) {} in RegexpMapEntry()44 rtl::OUString getRegexp() const { return m_aRegexp; } in getRegexp()51 rtl::OUString m_aRegexp; member in ucb_impl::RegexpMapEntry
Completed in 28 milliseconds