HomeSort by relevance Sort by last modified time
    Searched refs:codeset (Results 1 - 16 of 16) sorted by null

  /external/e2fsprogs/intl/
bindtextdom.c 89 /* 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
    [all...]
explodename.c 54 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 != NULL && (*codeset)[0] == '\0'
    [all...]
loadinfo.h 80 /* Normalize codeset name. There is no standard for the codeset
84 extern const char *_nl_normalize_codeset (const char *codeset,
92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
105 const char *codeset, const char *normalized_codeset,
116 territory, codeset, special, sponsor, revision.
119 *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a
121 gets assigned the expanded *CODESET, if it is different from *CODESET;
127 XPG_CODESET for *CODESET,
    [all...]
localcharset.c 272 const char *codeset; local
279 /* Most systems support nl_langinfo (CODESET) nowadays. */
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
    [all...]
l10nflist.c 173 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_t name_len
    [all...]
intl-compat.c 128 bind_textdomain_codeset (const char *domainname, const char *codeset)
130 return libintl_bind_textdomain_codeset (domainname, codeset);
finddomain.c 57 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,
gettextP.h 143 int codeset_cntr; /* Incremented each time codeset changes. */
144 char *codeset; member in struct:binding
loadmsgcat.c 767 /* Initialize the codeset dependent parts of an opened message catalog.
826 if (domainbinding != NULL && domainbinding->codeset != NULL)
827 outcharset = domainbinding->codeset;
834 outcharset = _NL_CURRENT (LC_CTYPE, CODESET);
886 /* Frees the codeset dependent parts of an opened message catalog. */
    [all...]
dcigettext.c 835 /* The domain's codeset has changed through bind_textdomain_codeset()
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 329 const char *codeset; local
336 /* Most systems support nl_langinfo (CODESET) nowadays. */
337 codeset = nl_langinfo (CODESET);
340 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always
344 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
382 codeset = buf;
412 codeset = locale;
422 codeset = buf
    [all...]
  /external/elfutils/m4/
Makefile.am 21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \
Makefile 157 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \
  /external/tcpdump/
print-fr.c 723 u_int codeset; local
731 codeset = p[2]&0x0f; /* extract the codeset */
739 printf("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
779 tok2str(fr_q933_ie_codesets[codeset],"unknown",ie_p->ie_type),
787 if (fr_q933_print_ie_codeset[codeset] != NULL)
788 ie_is_known = fr_q933_print_ie_codeset[codeset](ie_p, ptemp);
  /external/icu4c/common/
putil.c 130 * Only include langinfo.h if we have a way to get the codeset. If we later
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 2966 gchar *codeset = NULL; local
    [all...]

Completed in 196 milliseconds