1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_string_uri.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<hr><h1>oscl_string_uri.h</h1><a href="oscl__string__uri_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// O S C L _ S T R I N G _ U R I</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600023 <span class="preprocessor">#ifndef OSCL_STRING_URI_H</span> 1700024 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_STRING_URI_H</span> 1800025 <span class="preprocessor"></span> 1900026 <span class="comment">// - - Inclusion - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span> 2000027 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span> 2100028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 2200029 <span class="preprocessor">#endif</span> 2300030 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_STRING_H_INCLUDED</span> 2400031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string_8h.html">oscl_string.h</a>"</span> 2500032 <span class="preprocessor">#endif</span> 2600033 <span class="preprocessor"></span> 2700034 <span class="comment">// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span> 2800035 <span class="comment">// Function prototypes</span> 2900054 <span class="comment"></span>OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="group__osclutil.html#a39">oscl_str_unescape_uri</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *str_buf_in, <span class="keywordtype">char</span> *str_buf_out, uint32 max_out_buf_bytes, uint32 max_bytes, uint32& out_buf_len); 3000069 <span class="comment">//Old Definition</span> 3100070 <span class="comment">//bool oscl_str_unescape_uri(const OSCL_String<char>& oscl_str_in, OSCL_String<char>& oscl_str_out, uint32& out_buf_len);</span> 3200071 <span class="comment">//New definition</span> 3300072 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="group__osclutil.html#a39">oscl_str_unescape_uri</a>(<span class="keyword">const</span> <a class="code" href="classOSCL__String.html">OSCL_String</a>& oscl_str_in, <a class="code" href="classOSCL__String.html">OSCL_String</a>& oscl_str_out, uint32& out_buf_len); 3400073 <span class="preprocessor">#endif</span> 3500074 <span class="preprocessor"></span> 36</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 37<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 38</small></address> 39</body> 40</html> 41