Lines Matching refs:getLength
59 || !m_bEmptyDomain && m_aInfix.getLength() == 0); in Regexp()
60 OSL_ASSERT(m_bTranslation || m_aReversePrefix.getLength() == 0); in Regexp()
73 sal_Unicode const * qEnd = q + rString.getLength(); in matchStringIgnoreCase()
100 sal_Unicode const * pEnd = pBegin + rString.getLength(); in matches()
199 sal_Unicode const * pEnd = p + rString.getLength(); in isScheme()
220 sal_Unicode const * pEnd = p + rString.getLength(); in appendStringLiteral()
240 if (m_aReversePrefix.getLength() != 0) in getRegexp()
245 if (m_aPrefix.getLength() != 0) in getRegexp()
262 if (m_aInfix.getLength() != 0) in getRegexp()
271 if (m_aPrefix.getLength() != 0) in getRegexp()
276 if (m_aReversePrefix.getLength() != 0) in getRegexp()
283 return m_aPrefix.copy(0, m_aPrefix.getLength() - 1); in getRegexp()
287 if (m_aPrefix.getLength() != 0) in getRegexp()
302 if (m_aInfix.getLength() != 0) in getRegexp()
385 sal_Unicode const * pEnd = p + rRegexp.getLength(); in parse()