Searched refs:tocode (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-translit7 tocode="$4"
9 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" > tmp
10 cmp "${srcdir}"/"$file"."$tocode" tmp
H A Dcheck-translitfailure7 tocode="$4"
8 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" >/dev/null 2>/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Dcheck-translit7 tocode="$4"
9 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" > tmp
10 cmp "${srcdir}"/"$file"."$tocode" tmp
H A Dcheck-translitfailure7 tocode="$4"
8 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" >/dev/null 2>/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Diconv_open.c45 rpl_iconv_open (const char *tocode, const char *fromcode) argument
68 if (c_toupper (tocode[0]) == 'U'
69 && c_toupper (tocode[1]) == 'T'
70 && c_toupper (tocode[2]) == 'F'
71 && tocode[3] == '-')
75 if (c_strcasecmp (tocode + 4, "16BE") == 0)
77 if (c_strcasecmp (tocode + 4, "16LE") == 0)
79 if (c_strcasecmp (tocode + 4, "32BE") == 0)
81 if (c_strcasecmp (tocode + 4, "32LE") == 0)
84 else if (strcmp (tocode
[all...]
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Diconv_open.c46 rpl_iconv_open (const char *tocode, const char *fromcode) argument
69 if (c_toupper (tocode[0]) == 'U'
70 && c_toupper (tocode[1]) == 'T'
71 && c_toupper (tocode[2]) == 'F'
72 && tocode[3] == '-')
76 if (c_strcasecmp (tocode + 4, "16BE") == 0)
78 if (c_strcasecmp (tocode + 4, "16LE") == 0)
80 if (c_strcasecmp (tocode + 4, "32BE") == 0)
82 if (c_strcasecmp (tocode + 4, "32LE") == 0)
85 else if (strcmp (tocode
[all...]
H A Duniconv.h94 u8_conv_to_encoding (const char *tocode,
100 u16_conv_to_encoding (const char *tocode,
106 u32_conv_to_encoding (const char *tocode,
133 const char *tocode,
137 const char *tocode,
141 const char *tocode,
H A Diconv.in.h45 (const char *tocode, const char *fromcode)
48 (const char *tocode, const char *fromcode));
51 (const char *tocode, const char *fromcode));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv_open.c45 rpl_iconv_open (const char *tocode, const char *fromcode) argument
68 if (c_toupper (tocode[0]) == 'U'
69 && c_toupper (tocode[1]) == 'T'
70 && c_toupper (tocode[2]) == 'F'
71 && tocode[3] == '-')
75 if (c_strcasecmp (tocode + 4, "16BE") == 0)
77 if (c_strcasecmp (tocode + 4, "16LE") == 0)
79 if (c_strcasecmp (tocode + 4, "32BE") == 0)
81 if (c_strcasecmp (tocode + 4, "32LE") == 0)
84 else if (strcmp (tocode
[all...]
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv_open.c45 rpl_iconv_open (const char *tocode, const char *fromcode) argument
68 if (c_toupper (tocode[0]) == 'U'
69 && c_toupper (tocode[1]) == 'T'
70 && c_toupper (tocode[2]) == 'F'
71 && tocode[3] == '-')
75 if (c_strcasecmp (tocode + 4, "16BE") == 0)
77 if (c_strcasecmp (tocode + 4, "16LE") == 0)
79 if (c_strcasecmp (tocode + 4, "32BE") == 0)
81 if (c_strcasecmp (tocode + 4, "32LE") == 0)
84 else if (strcmp (tocode
[all...]
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Diconvert.h45 int iconvert(const char *fromcode, const char *tocode,
H A Dcharset.h59 * use charset_convert(fromcode, tocode, s, strlen(s), &t, 0).
70 int charset_convert(const char *fromcode, const char *tocode,
H A Diconvert.c54 int iconvert(const char *fromcode, const char *tocode, argument
72 if (!strchr("Uu", tocode[0]) ||
73 !strchr("Tt", tocode[1]) ||
74 !strchr("Ff", tocode[2]) ||
75 tocode[3] != '-' ||
76 tocode[4] != '8' ||
77 tocode[5] != '\0') {
85 tocode1 = (char *)safe_malloc_add_2op_(strlen(tocode), /*+*/11);
89 strcpy(tocode1, tocode);
95 cd2 = iconv_open(tocode, fromcod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/extras/
H A Diconv_string.h10 * int iconv_string (const char* tocode, const char* fromcode,
43 extern int iconv_string (const char* tocode, const char* fromcode, const char* start, const char* end, char** resultp, size_t* lengthp);
H A Diconv_string.c13 int iconv_string (const char* tocode, const char* fromcode, argument
17 iconv_t cd = iconv_open(tocode,fromcode);
23 /* Unsupported fromcode or tocode. Check whether the caller requested
29 ret = iconv_string(tocode,"UTF-8",start,end,resultp,lengthp);
32 ret = iconv_string(tocode,"ISO-8859-1",start,end,resultp,lengthp);
39 ret = iconv_string(tocode,"ISO-2022-JP-2",start,end,resultp,lengthp);
47 ret = iconv_string(tocode,"EUC-JP",start,end,resultp,lengthp);
51 ret = iconv_string(tocode,"SHIFT_JIS",start,end,resultp,lengthp);
58 ret = iconv_string(tocode,"ISO-2022-KR",start,end,resultp,lengthp);
62 ret = iconv_string(tocode,"EU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/extras/
H A Diconv_string.h10 * int iconv_string (const char* tocode, const char* fromcode,
43 extern int iconv_string (const char* tocode, const char* fromcode, const char* start, const char* end, char** resultp, size_t* lengthp);
H A Diconv_string.c13 int iconv_string (const char* tocode, const char* fromcode, argument
17 iconv_t cd = iconv_open(tocode,fromcode);
23 /* Unsupported fromcode or tocode. Check whether the caller requested
29 ret = iconv_string(tocode,"UTF-8",start,end,resultp,lengthp);
32 ret = iconv_string(tocode,"ISO-8859-1",start,end,resultp,lengthp);
39 ret = iconv_string(tocode,"ISO-2022-JP-2",start,end,resultp,lengthp);
47 ret = iconv_string(tocode,"EUC-JP",start,end,resultp,lengthp);
51 ret = iconv_string(tocode,"SHIFT_JIS",start,end,resultp,lengthp);
58 ret = iconv_string(tocode,"ISO-2022-KR",start,end,resultp,lengthp);
62 ret = iconv_string(tocode,"EU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du-strconv-to-enc.h19 const char *tocode,
27 UTF_NAME, tocode,
48 result = u8_strconv_to_encoding (utf8_string, tocode, handler);
18 FUNC(const UNIT *string, const char *tocode, enum iconv_ilseq_handler handler) argument
H A Du8-conv-to-enc.c33 u8_conv_to_encoding (const char *tocode, argument
39 if (STRCASEEQ (tocode, "UTF-8", 'U','T','F','-','8',0,0,0,0))
75 "UTF-8", tocode,
H A Du8-strconv-to-enc.c34 const char *tocode,
40 if (STRCASEEQ (tocode, "UTF-8", 'U','T','F','-','8',0,0,0,0))
65 "UTF-8", tocode,
33 u8_strconv_to_encoding(const uint8_t *string, const char *tocode, enum iconv_ilseq_handler handler) argument
H A Du-conv-to-enc.h18 FUNC (const char *tocode, argument
45 UTF_NAME, tocode,
104 result = u8_conv_to_encoding (tocode, handler, utf8_src, utf8_srclen,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
H A Diconv.c56 _("Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]");
262 const char* tocode = NULL; local
297 if (tocode != NULL) usage(1);
298 tocode = argv[i+1];
346 if (tocode == NULL)
347 tocode = "char";
348 cd = iconv_open(tocode,fromcode);
352 else if (iconv_open(tocode,"UCS-4") == (iconv_t)(-1))
353 fprintf(stderr,_("iconv: conversion to %s unsupported\n"),tocode);
355 fprintf(stderr,_("iconv: conversion from %s to %s unsupported\n"),fromcode,tocode);
[all...]

Completed in 167 milliseconds

12