Lines Matching refs:pPrefix
701 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in setAbsURIRef() local
702 if (pPrefix) in setAbsURIRef()
705 m_eScheme = pPrefix->m_eScheme; in setAbsURIRef()
707 rtl::OUString sTemp(rtl::OUString::createFromAscii(pPrefix->m_eKind in setAbsURIRef()
709 pPrefix->m_pTranslatedPrefix : in setAbsURIRef()
710 pPrefix->m_pPrefix)); in setAbsURIRef()
1462 PrefixInfo const * pPrefix = getPrefix(pPrefixBegin, pEnd); in convertRelToAbs() local
1463 bool hasScheme = pPrefix != 0; in convertRelToAbs()
1573 if (pPrefix && pPrefix->m_eScheme == m_eScheme in convertRelToAbs()
2036 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in convertIntToExt() local
2037 bool bConvert = pPrefix && pPrefix->m_eKind == PrefixInfo::INTERNAL; in convertIntToExt()
2042 rtl::OUString::createFromAscii(pPrefix->m_pTranslatedPrefix)); in convertIntToExt()
2064 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in convertExtToInt() local
2065 bool bConvert = pPrefix && pPrefix->m_eKind == PrefixInfo::EXTERNAL; in convertExtToInt()
2070 rtl::OUString::createFromAscii(pPrefix->m_pTranslatedPrefix)); in convertExtToInt()
4311 PrefixInfo const * pPrefix = getPrefix(p, p + rTheAbsURIRef.getLength()); in CompareProtocolScheme() local
4312 return pPrefix ? pPrefix->m_eScheme : INET_PROT_NOT_VALID; in CompareProtocolScheme()