The portable.h
File Reference
Portable versions of functions that are platform dependent. More...
Included Headers
Namespaces Index
namespace | Portable |
Functions Index
void * | portable_iconv_open (const char *tocode, const char *fromcode) |
size_t | portable_iconv (void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
int | portable_iconv_close (void *cd) |
Description
Portable versions of functions that are platform dependent.
Functions
portable_iconv()
|
Definition at line 51 of file portable.h.
Referenced by configStringRecode, encodeForOutput, HtmlHelpRecoder::recode, Portable::recodeUtf8StringToW, transcodeCharacterBuffer and transcodeCharacterStringToUTF8.
portable_iconv_close()
|
Definition at line 53 of file portable.h.
Referenced by adjustConfiguration, configStringRecode, encodeForOutput, HtmlHelpRecoder::finalize, Portable::recodeUtf8StringToW, transcodeCharacterBuffer and transcodeCharacterStringToUTF8.
portable_iconv_open()
|
Definition at line 50 of file portable.h.
Referenced by adjustConfiguration, configStringRecode, encodeForOutput, HtmlHelpRecoder::initialize, Portable::recodeUtf8StringToW, transcodeCharacterBuffer and transcodeCharacterStringToUTF8.
Generated via doxygen2docusaurus by Doxygen 1.14.0.