Searched refs:codeset (Results 1 - 25 of 176) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A DMakefile.am1 nlstestscripts = check-localedir.sh # check-codeset.sh
3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
11 # test_codeset_default_SOURCES = test-codeset.c
16 # test_codeset_utf_8_SOURCES = test-codeset.c
21 # test_codeset_latin1_SOURCES = test-codeset.c
30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
H A Dtest-nls.c72 const char *codeset = bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); local
73 printf("message codeset: %s\n", codeset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dexplodename.c58 const char **territory, const char **codeset,
66 *codeset = NULL;
95 /* Next is the codeset. */
97 *codeset = ++cp;
104 if (*codeset != cp && (*codeset)[0] != '\0')
106 *normalized_codeset = _nl_normalize_codeset (*codeset,
107 cp - *codeset);
110 else if (strcmp (*codeset, *normalized_codeset) == 0)
131 if (*codeset !
56 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset) argument
[all...]
H A Dbindtextdom.c70 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
157 const char *codeset = *codesetp; local
159 if (codeset == NULL)
161 *codesetp = binding->codeset;
167 char *result = binding->codeset;
168 if (result == NULL || strcmp (codeset, result) != 0)
171 result = strdup (codeset);
173 size_t len = strlen (codeset) + 1;
176 memcpy (result, codeset, len);
181 if (binding->codeset !
250 const char *codeset = *codesetp; local
330 BIND_TEXTDOMAIN_CODESET(const char *domainname, const char *codeset) argument
[all...]
H A Dloadinfo.h77 /* Normalize codeset name. There is no standard for the codeset
81 extern const char *_nl_normalize_codeset (const char *codeset,
102 const char *codeset, const char *normalized_codeset,
113 territory, codeset.
129 const char **codeset,
H A Dlocalcharset.c289 const char *codeset; local
297 codeset = nl_langinfo (CODESET);
304 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
342 codeset = buf;
372 codeset = locale;
382 codeset = buf;
391 /* Allow user to override the codeset, as set in the operating system,
423 codeset = locale;
429 codeset
[all...]
H A Dl10nflist.c179 const char *codeset, const char *normalized_codeset,
202 ? strlen (codeset) + 1 : 0)
232 cp = stpcpy (cp, codeset);
293 looking up (if an unnormalized codeset was specified). */
313 first the modifier, then the territory, then the codeset, then the
328 cnt, language, territory, codeset,
335 cnt, language, territory, codeset,
344 /* Normalize codeset name. There is no standard for the codeset
349 _nl_normalize_codeset (const char *codeset, size_
175 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *filename, int do_allocate) argument
347 _nl_normalize_codeset(const char *codeset, size_t name_len) argument
[all...]
H A Dintl-compat.c130 bind_textdomain_codeset (const char *domainname, const char *codeset) argument
132 return libintl_bind_textdomain_codeset (domainname, codeset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dbindtextdom.c89 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
178 const char *codeset = *codesetp; local
180 if (codeset == NULL)
182 *codesetp = binding->codeset;
188 char *result = binding->codeset;
189 if (result == NULL || strcmp (codeset, result) != 0)
192 result = strdup (codeset);
194 size_t len = strlen (codeset) + 1;
197 memcpy (result, codeset, len);
202 if (binding->codeset !
274 const char *codeset = *codesetp; local
[all...]
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
59 const char **codeset;
71 *codeset = NULL;
103 /* Next is the codeset. */
106 *codeset = ++cp;
113 if (*codeset != cp && (*codeset)[0] != '\0')
115 *normalized_codeset = _nl_normalize_codeset (*codeset,
116 cp - *codeset);
117 if (strcmp (*codeset, *normalized_codese
[all...]
H A Dlocalcharset.c244 const char *codeset; local
252 codeset = nl_langinfo (CODESET);
280 codeset = locale;
290 codeset = buf;
299 /* Allow user to override the codeset, as set in the operating system,
331 codeset = locale;
337 codeset = "";
341 codeset = buf;
347 if (codeset == NULL)
349 codeset
[all...]
H A Dintl-compat.c126 bind_textdomain_codeset (domainname, codeset)
128 const char *codeset;
130 return libintl_bind_textdomain_codeset (domainname, codeset);
H A Dloadinfo.h88 /* Normalize codeset name. There is no standard for the codeset
92 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
113 const char *codeset,
125 territory, codeset, special, sponsor, revision.
145 const char **codeset,
H A Dl10nflist.c189 territory, codeset, normalized_codeset, modifier, special,
197 const char *codeset;
225 ? strlen (codeset) + 1 : 0)
264 cp = stpcpy (cp, codeset);
340 looking up (if an unnormalized codeset was specified). */
360 first the modifier, then the territory, then the codeset, then the
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
393 /* Normalize codeset name. There is no standard for the codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c288 const char *codeset; local
296 codeset = nl_langinfo (CODESET);
303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
341 codeset = buf;
371 codeset = locale;
381 codeset = buf;
390 /* Allow user to override the codeset, as set in the operating system,
422 codeset = locale;
428 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dlocalcharset.c327 const char *codeset; local
335 codeset = nl_langinfo (CODESET);
342 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
380 codeset = buf;
410 codeset = locale;
420 codeset = buf;
429 /* Allow user to override the codeset, as set in the operating system,
461 codeset = locale;
467 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalcharset.c361 const char *codeset; local
369 codeset = nl_langinfo (CODESET);
376 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
424 codeset = buf;
454 codeset = locale;
470 codeset = buf;
479 /* Allow user to override the codeset, as set in the operating system,
511 codeset = locale;
517 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalcharset.c288 const char *codeset; local
296 codeset = nl_langinfo (CODESET);
303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
341 codeset = buf;
371 codeset = locale;
381 codeset = buf;
390 /* Allow user to override the codeset, as set in the operating system,
422 codeset = locale;
428 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlocalcharset.c288 const char *codeset; local
296 codeset = nl_langinfo (CODESET);
303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
341 codeset = buf;
371 codeset = locale;
381 codeset = buf;
390 /* Allow user to override the codeset, as set in the operating system,
422 codeset = locale;
428 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c295 const char *codeset; local
303 codeset = nl_langinfo (CODESET);
310 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
348 codeset = buf;
378 codeset = locale;
388 codeset = buf;
397 /* Allow user to override the codeset, as set in the operating system,
429 codeset = locale;
435 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/lib/
H A Dlocalcharset.c292 const char *codeset; local
300 codeset = nl_langinfo (CODESET);
328 codeset = locale;
338 codeset = buf;
347 /* Allow user to override the codeset, as set in the operating system,
379 codeset = locale;
385 codeset = "";
389 codeset = buf;
395 if (codeset == NULL)
397 codeset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/tools/
H A Dall-charsets-X1123 codeset=`LC_ALL=$lc ./locale_codeset 2>/dev/null || echo '<error>'`
27 "$lc" "$charmap" "$codeset" "$charset" "$x11encoding"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-charsets-X1123 codeset=`LC_ALL=$lc ./locale_codeset 2>/dev/null || echo '<error>'`
27 "$lc" "$charmap" "$codeset" "$charset" "$x11encoding"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/m4/
H A DMakefile.am2 po.m4 stdint_h.m4 uintmax_t.m4 intmax.m4 ulonglong.m4 codeset.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/m4/
H A DMakefile.am7 codeset.m4 \

Completed in 289 milliseconds

12345678