Home
last modified time | relevance | path

Searched refs:rccSizedRecodeCharsets (Results 1 – 3 of 3) sorted by relevance

/dports/devel/librcc/librcc-0.2.12/src/
H A Dlngrecode.c165 return rccSizedRecodeCharsets(ctx, fromcharset, tocharset, buf, len, rlen); in rccConfigSizedRecode()
211 return rccSizedRecodeCharsets(ctx, ocharset, charset, buf, len, rlen); in rccConfigSizedRecodeToCharset()
226 return rccSizedRecodeCharsets(ctx, charset, ocharset, buf, len, rlen); in rccConfigSizedRecodeFromCharset()
H A Drecode.c386 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "KOI8-R", utfstring, 0, NULL); in rccRecodeTranslate()
404 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "KOI8-U", utfstring, 0, NULL); in rccRecodeTranslate()
422 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "US-ASCII//TRANSLIT", utfstring, 0, NULL); in rccRecodeTranslate()
905 char *rccSizedRecodeCharsets(rcc_context ctx, const char *from, const char *to, const char *buf, si… in rccSizedRecodeCharsets() function
H A Dlibrcc.h1385 char *rccSizedRecodeCharsets(rcc_context ctx, const char *from, const char *to, const char *buf, si…
1461 #define rccRecodeCharsets(ctx, from, to, buf) rccSizedRecodeCharsets(ctx, from, to, buf, 0, NULL)