MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CONVERT_ENTRY

Function CONVERT_ENTRY

src/intl/cv_jis.cpp:862–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861#ifdef NOT_USED_OR_REPLACED
862CONVERT_ENTRY(CS_SJIS, CS_EUCJ, CVJIS_sjis_x_eucj)
863{
864 if (dest_cs == CS_EUCJ)
865 CV_convert_init(csptr, dest_cs, source_cs,
866 CVJIS_sjis2euc,
867 NULL, NULL);
868 else
869 CV_convert_init(csptr, dest_cs, source_cs,
870 CVJIS_euc2sjis,
871 NULL, NULL);
872
873 CONVERT_RETURN;
874}
875#endif

Callers

nothing calls this directly

Calls 1

CV_convert_initFunction · 0.85

Tested by

no test coverage detected