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

/external/elfutils/0.153/m4/
H A DMakefile.am29 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
/external/e2fsprogs/intl/
H A Dbindtextdom.c89 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
176 const char *codeset = *codesetp; local
178 if (codeset == NULL)
180 *codesetp = binding->codeset;
186 char *result = binding->codeset;
187 if (result == NULL || strcmp (codeset, result) != 0)
190 result = strdup (codeset);
192 size_t len = strlen (codeset) + 1;
195 memcpy (result, codeset, len);
200 free (binding->codeset);
271 const char *codeset = *codesetp; local
352 BIND_TEXTDOMAIN_CODESET(const char *domainname, const char *codeset) argument
[all...]
H A Dexplodename.c54 const char **territory, const char **codeset,
64 *codeset = NULL;
96 /* Next is the codeset. */
99 *codeset = ++cp;
106 if (*codeset != cp && (*codeset)[0] != '\0')
108 *normalized_codeset = _nl_normalize_codeset (*codeset,
109 cp - *codeset);
110 if (strcmp (*codeset, *normalized_codeset) == 0)
177 if (*codeset !
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
[all...]
H A Dloadinfo.h80 /* Normalize codeset name. There is no standard for the codeset
84 extern const char *_nl_normalize_codeset (const char *codeset,
105 const char *codeset, const char *normalized_codeset,
116 territory, codeset, special, sponsor, revision.
135 const char **codeset,
H A Dlocalcharset.c272 const char *codeset; local
280 codeset = nl_langinfo (CODESET);
308 codeset = locale;
318 codeset = buf;
327 /* Allow user to override the codeset, as set in the operating system,
359 codeset = locale;
365 codeset = "";
369 codeset = buf;
375 if (codeset == NULL)
377 codeset
[all...]
H A Dl10nflist.c173 const char *codeset, const char *normalized_codeset,
197 ? strlen (codeset) + 1 : 0)
236 cp = stpcpy (cp, codeset);
312 looking up (if an unnormalized codeset was specified). */
332 first the modifier, then the territory, then the codeset, then the
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
364 /* Normalize codeset name. There is no standard for the codeset
369 _nl_normalize_codeset (const char *codeset, size_ argument
170 _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 *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
[all...]
H A Dintl-compat.c128 bind_textdomain_codeset (const char *domainname, const char *codeset) argument
130 return libintl_bind_textdomain_codeset (domainname, codeset);
H A Dfinddomain.c57 const char *codeset; local
67 language[_territory[.codeset]][@modifier]
80 (4) codeset
81 (5) normalized codeset
138 &codeset, &normalized_codeset, &special,
145 codeset, normalized_codeset, modifier, special,
H A DgettextP.h143 int codeset_cntr; /* Incremented each time codeset changes. */
144 char *codeset; member in struct:binding
H A Dloadmsgcat.c767 /* Initialize the codeset dependent parts of an opened message catalog.
826 if (domainbinding != NULL && domainbinding->codeset != NULL)
827 outcharset = domainbinding->codeset;
886 /* Frees the codeset dependent parts of an opened message catalog. */
H A Ddcigettext.c835 /* The domain's codeset has changed through bind_textdomain_codeset()
1203 free (oldp->codeset);
/external/bison/lib/
H A Dlocalcharset.c359 const char *codeset; local
367 codeset = nl_langinfo (CODESET);
373 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
421 codeset = buf;
451 codeset = locale;
467 codeset = buf;
476 /* Allow user to override the codeset, as set in the operating system,
508 codeset = locale;
514 codeset
[all...]
/external/libexif/test/nls/
H A Dtest-nls.c72 const char *codeset = bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); local
73 printf("message codeset: %s\n", codeset);
H A Dtest-codeset.c33 #define bind_textdomain_codeset(domain,codeset) \
94 "Old codeset: \"%s\" (locale default)\n",
99 "Old codeset: \"%s\"\n",
105 "Wanted codeset: %s\n"
106 "Real codeset: %s\n",
/external/tcpdump/
H A Dprint-fr.c733 u_int codeset; local
741 codeset = p[2]&0x0f; /* extract the codeset */
750 printf("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
794 tok2str(fr_q933_ie_codesets[codeset],
805 if (fr_q933_print_ie_codeset[codeset] != NULL) {
806 ie_is_known = fr_q933_print_ie_codeset[codeset](ie_p, ptemp);
/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp127 * Only include langinfo.h if we have a way to get the codeset. If we later
1980 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1987 codeset = remapPlatformDependentCodepage(localeName, codeset);
1991 codeset = remapPlatformDependentCodepage(NULL, codeset);
1994 if (codeset != NULL) {
1995 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
2008 /* if we can find the codeset name from setlocale, return that. */
/external/icu/icu4c/source/common/
H A Dputil.cpp127 * Only include langinfo.h if we have a way to get the codeset. If we later
1980 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1987 codeset = remapPlatformDependentCodepage(localeName, codeset);
1991 codeset = remapPlatformDependentCodepage(NULL, codeset);
1994 if (codeset != NULL) {
1995 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
2008 /* if we can find the codeset name from setlocale, return that. */
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile1538 m4/xsize.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 \

Completed in 2677 milliseconds