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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A Dfinddomain.c68 const char *codeset; local
75 language[_territory][.codeset][@modifier]
81 (1) codeset
82 (2) normalized codeset
146 &codeset, &normalized_codeset);
158 codeset, normalized_codeset, modifier,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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"
H A Dall-charsets16 codeset=`LC_ALL=$lc ./locale_codeset 2>/dev/null || echo '<error>'`
33 "$lc" "$charmap" "$codeset" "$charset" "$comment"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/m4/
H A DMakefile.am7 codeset.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/m4/
H A DMakefile.am2 codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-429 ${MSGFMT} -o fr/LC_MESSAGES/codeset.mo ${top_srcdir}/tests/gettext-4.po
H A Dgettext-540 ${MSGFMT} -o de_DE/LC_MESSAGES/codeset.mo ${top_srcdir}/tests/gettext-5.po

Completed in 198 milliseconds

1234