Lines Matching refs:nUTF32

586 inline bool mustEncode(sal_uInt32 nUTF32, INetURLObject::Part ePart)  in mustEncode()  argument
588 return !INetMIME::isUSASCII(nUTF32) || !(aMustEncodeMap[nUTF32] & ePart); in mustEncode()
895 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in setAbsURIRef() local
898 appendUCS4(aSynAuthority, nUTF32, eEscapeType, bOctets, in setAbsURIRef()
922 sal_uInt32 nUTF32 = getUTF32(pPos, in setAbsURIRef() local
930 nUTF32, in setAbsURIRef()
965 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in setAbsURIRef() local
968 appendUCS4(aSynAuthority, nUTF32, eEscapeType, bOctets, in setAbsURIRef()
1254 sal_uInt32 nUTF32 = getUTF32(p1, pUserInfoEnd, bOctets, in setAbsURIRef() local
1259 if (nUTF32 == ':' && bSupportsPassword) in setAbsURIRef()
1264 else if (nUTF32 == ';' && bSupportsAuth in setAbsURIRef()
1277 appendUCS4(aSynUser, nUTF32, eEscapeType, bOctets, ePart, in setAbsURIRef()
1291 sal_uInt32 nUTF32 = getUTF32(p1, pUserInfoEnd, bOctets, in setAbsURIRef() local
1295 appendUCS4(aSynAuth, nUTF32, eEscapeType, bOctets, in setAbsURIRef()
1309 sal_uInt32 nUTF32 = getUTF32(p1, pUserInfoEnd, bOctets, in setAbsURIRef() local
1313 if (!INetMIME::isIMAPAtomChar(nUTF32)) in setAbsURIRef()
1318 appendUCS4(aSynAuth, nUTF32, eEscapeType, bOctets, in setAbsURIRef()
1410 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, cEscapePrefix, in setAbsURIRef() local
1412 appendUCS4(aSynQuery, nUTF32, eEscapeType, bOctets, in setAbsURIRef()
1427 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, cEscapePrefix, in setAbsURIRef() local
1429 appendUCS4(aSynFragment, nUTF32, eEscapeType, bOctets, PART_URIC, in setAbsURIRef()
1636 sal_uInt32 nUTF32 in convertRelToAbs() local
1641 if (nUTF32 == nSegmentDelimiter) in convertRelToAbs()
1643 else if (nUTF32 == nFragmentDelimiter) in convertRelToAbs()
1649 appendUCS4(aSynAbsURIRef, nUTF32, eEscapeType, bOctets, in convertRelToAbs()
1691 sal_uInt32 nUTF32 in convertRelToAbs() local
1696 if (nUTF32 == nFragmentDelimiter) in convertRelToAbs()
1701 else if (nUTF32 == nSegmentDelimiter) in convertRelToAbs()
1702 nUTF32 = '/'; in convertRelToAbs()
1704 appendUCS4(aSynAbsURIRef, nUTF32, eEscapeType, bOctets, ePart, in convertRelToAbs()
1782 sal_uInt32 nUTF32 in convertRelToAbs() local
1785 appendUCS4(aSynAbsURIRef, nUTF32, eEscapeType, bOctets, ePart, in convertRelToAbs()
1798 sal_uInt32 nUTF32 in convertRelToAbs() local
1801 appendUCS4(aSynAbsURIRef, nUTF32, eEscapeType, bOctets, ePart, in convertRelToAbs()
1829 sal_uInt32 nUTF32 in convertRelToAbs() local
1832 appendUCS4(aSynAbsURIRef, nUTF32, eEscapeType, bOctets, in convertRelToAbs()
2818 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, bOctets, '%', in parseHostOrNetBiosName() local
2821 if (!INetMIME::isVisible(nUTF32)) in parseHostOrNetBiosName()
2823 if (!INetMIME::isAlphanumeric(nUTF32)) in parseHostOrNetBiosName()
2824 switch (nUTF32) in parseHostOrNetBiosName()
2846 buf, nUTF32, eEscapeType, bOctets, PART_URIC, '%', in parseHostOrNetBiosName()
2961 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
2964 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
2981 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
2984 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3002 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3007 if (nUTF32 == nSegmentDelimiter in parsePath()
3008 || nUTF32 == nAltSegmentDelimiter) in parsePath()
3013 else if (nUTF32 == '|' in parsePath()
3027 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3040 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3043 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3087 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, '%', in parsePath() local
3089 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3114 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3117 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3134 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3137 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3156 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3159 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3172 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3175 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3187 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3190 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3204 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3207 if (eEscapeType == ESCAPE_NO && nUTF32 == '/') in parsePath()
3210 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3237 sal_uInt32 nUTF32 = getUTF32(pPos, pPathEnd, bOctets, in parsePath() local
3242 INetMIME::toLowerCase(nUTF32) : nUTF32, in parsePath()
3265 sal_uInt32 nUTF32 = getUTF32(pPos, pPathEnd, bOctets, in parsePath() local
3268 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3284 sal_uInt32 nUTF32 = getUTF32(pPos, pPathEnd, bOctets, in parsePath() local
3287 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3310 sal_uInt32 nUTF32 = getUTF32(pPos, pPathEnd, bOctets, in parsePath() local
3313 if (!INetMIME::isDigit(nUTF32)) in parsePath()
3315 aTheSynPath.append(sal_Unicode(nUTF32)); in parsePath()
3335 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3338 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, ePart, in parsePath()
3357 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3360 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3381 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3384 if (eEscapeType == ESCAPE_NO && nUTF32 == '/') in parsePath()
3387 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3396 sal_uInt32 nUTF32 = getUTF32(pPos, pEnd, bOctets, in parsePath() local
3399 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3735 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, bOctets, cEscapePrefix, in encodeText() local
3737 appendUCS4(aResult, nUTF32, eEscapeType, bOctets, ePart, in encodeText()
3767 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, false, cEscapePrefix, in decode() local
3772 aResult.append(sal_Unicode(nUTF32)); in decode()
3776 appendEscape(aResult, cEscapePrefix, nUTF32); in decode()
3781 INetMIME::isUSASCII(nUTF32) && in decode()
3786 mustEncode(nUTF32, PART_UNAMBIGUOUS) in decode()
3791 appendEscape(aResult, cEscapePrefix, nUTF32); in decode()
3794 aResult.append(sal_Unicode(nUTF32)); in decode()
5044 sal_uInt32 nUTF32 = getUTF32(p, pEnd, false, '%', WAS_ENCODED, in getFSysPath() local
5047 if (eEscapeType == ESCAPE_NO && nUTF32 == '/') in getFSysPath()
5050 aSynFSysPath.appendUtf32(nUTF32); in getFSysPath()
5073 sal_uInt32 nUTF32 = getUTF32(p, pEnd, false, '%', WAS_ENCODED, in getFSysPath() local
5076 if (eEscapeType == ESCAPE_NO && nUTF32 == '/') in getFSysPath()
5079 aSynFSysPath.appendUtf32(nUTF32); in getFSysPath()
5238 sal_uInt32 nUTF32 = bOctets ? *rBegin++ : in getUTF32() local
5250 if (nUTF32 == sal_uChar(cEscapePrefix) && rBegin + 1 < pEnd in getUTF32()
5255 nUTF32 = nWeight1 << 4 | nWeight2; in getUTF32()
5262 rEscapeType = INetMIME::isUSASCII(nUTF32) ? in getUTF32()
5271 if (INetMIME::isUSASCII(nUTF32)) in getUTF32()
5275 if (nUTF32 >= 0xC0 && nUTF32 <= 0xF4) in getUTF32()
5280 if (nUTF32 <= 0xDF) in getUTF32()
5282 nEncoded = (nUTF32 & 0x1F) << 6; in getUTF32()
5286 else if (nUTF32 <= 0xEF) in getUTF32()
5288 nEncoded = (nUTF32 & 0x0F) << 12; in getUTF32()
5294 nEncoded = (nUTF32 & 0x07) << 18; in getUTF32()
5329 nUTF32 = nEncoded; in getUTF32()
5348 if (nUTF32 == sal_uChar(cEscapePrefix) && rBegin + 1 < pEnd in getUTF32()
5353 nUTF32 = nWeight1 << 4 | nWeight2; in getUTF32()
5361 return nUTF32; in getUTF32()