toCode            176 ext/charconv/charconv.c                           info->fromCode, info->toCode);
toCode            242 ext/charconv/charconv.c                                    const char *toCode,
toCode            279 ext/charconv/charconv.c     cinfo = jconv_open(toCode, fromCode);
toCode            282 ext/charconv/charconv.c                   fromCode, toCode);
toCode            307 ext/charconv/charconv.c     name = conv_name(SCM_PORT_INPUT, fromPort, fromCode, toCode);
toCode            363 ext/charconv/charconv.c                   info->fromCode, info->toCode);
toCode            443 ext/charconv/charconv.c                                     const char *toCode,
toCode            459 ext/charconv/charconv.c     cinfo = jconv_open(toCode, fromCode);
toCode            462 ext/charconv/charconv.c                   fromCode, toCode);
toCode            482 ext/charconv/charconv.c     name = conv_name(SCM_PORT_OUTPUT, toPort, fromCode, toCode);
toCode             66 ext/charconv/charconv.h     const char *toCode;         /* conver to ... */
toCode             79 ext/charconv/charconv.h                                           const char *toCode,
toCode             84 ext/charconv/charconv.h                                            const char *toCode,
toCode            109 ext/charconv/charconv.h extern ScmConvInfo *jconv_open(const char *toCode, const char *fromCode);
toCode           1212 ext/charconv/jconv.c     fprintf(stderr, "jconv_ident %s->%s\n", info->fromCode, info->toCode);
toCode           1242 ext/charconv/jconv.c     fprintf(stderr, "jconv_1tier %s->%s\n", info->fromCode, info->toCode);
toCode           1279 ext/charconv/jconv.c     fprintf(stderr, "jconv_2tier %s->%s\n", info->fromCode, info->toCode);
toCode           1322 ext/charconv/jconv.c     fprintf(stderr, "jconv_iconv %s->%s\n", info->fromCode, info->toCode);
toCode           1356 ext/charconv/jconv.c ScmConvInfo *jconv_open(const char *toCode, const char *fromCode)
toCode           1366 ext/charconv/jconv.c     outcode = conv_name_find(toCode);
toCode           1376 ext/charconv/jconv.c         handle = iconv_open(toCode, fromCode);
toCode           1414 ext/charconv/jconv.c     info->toCode = toCode;