HomeSort by relevance Sort by last modified time
    Searched defs:codeset (Results 1 - 7 of 7) 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...]
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
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...]
  /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/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/bluetooth/glib/glib/
gutils.c 2966 gchar *codeset = NULL; local
    [all...]

Completed in 91 milliseconds