Searched refs:sDecoded (Results 1 – 2 of 2) sorted by relevance
3061 ByteString sDecoded; in decodeUTF8() local3070 return sDecoded; in decodeUTF8()3101 UniString sDecoded; in decodeHeaderFieldBody() local3379 sDecoded.Append( in decodeHeaderFieldBody()3413 sDecoded += '\\'; in decodeHeaderFieldBody()3416 sDecoded += *pTextPtr; in decodeHeaderFieldBody()3435 sDecoded += '"'; in decodeHeaderFieldBody()3445 sDecoded += '\\'; in decodeHeaderFieldBody()3448 sDecoded += *pTextPtr; in decodeHeaderFieldBody()3450 sDecoded += '"'; in decodeHeaderFieldBody()[all …]
1145 String sDecoded( INetURLObject::decode( aName, INET_HEX_ESCAPE, in NewAnchor() local1148 xub_StrLen nPos = sDecoded.SearchBackward( cMarkSeperator ); in NewAnchor()1151 String sCmp( sDecoded.Copy( nPos+1 ) ); in NewAnchor()
Completed in 37 milliseconds