Home
last modified time | relevance | path

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

/dports/devel/librcc/librcc-0.2.12/src/
H A Drecode.c649 rcc_charset_id from_charset_id, to_charset_id; in rccSizedRecode() local
677 to_charset_id = rccGetCurrentCharset(ctx, to); in rccSizedRecode()
679 if (from_charset_id == to_charset_id) return NULL; in rccSizedRecode()