Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals   Related Pages  

oscl_string_uri.h File Reference

Utilities to unescape URIs. More...

#include "oscl_base.h"
#include "oscl_string.h"

Go to the source code of this file.

Functions

OSCL_IMPORT_REF bool oscl_str_unescape_uri (const char *str_buf_in, char *str_buf_out, uint32 max_out_buf_bytes, uint32 max_bytes, uint32 &out_buf_len)
 unescape any of the special escape sequence in the uri string

OSCL_IMPORT_REF bool oscl_str_unescape_uri (const OSCL_String &oscl_str_in, OSCL_String &oscl_str_out, uint32 &out_buf_len)
 unescape any of the special escape sequence in the uri string


Detailed Description

Utilities to unescape URIs.


OSCL API
Posting Version: CORE_8.000.1.1_RC4