HomeSort by relevance Sort by last modified time
    Searched defs:codeset (Results 1 - 25 of 35) sorted by null

1 2

  /external/selinux/gui/
mappingsPage.py 38 codeset='utf-8', variable
domainsPage.py 46 codeset='utf-8', variable
loginsPage.py 44 codeset='utf-8', variable
modulesPage.py 46 codeset='utf-8', variable
usersPage.py 44 codeset='utf-8', variable
portsPage.py 50 codeset='utf-8', variable
semanagePage.py 38 codeset='utf-8', variable
statusPage.py 55 codeset='utf-8', variable
system-config-selinux.py 57 codeset='utf-8', variable
booleansPage.py 54 codeset='utf-8', variable
  /external/libexif/test/nls/
test-nls.c 72 const char *codeset = bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); local
73 printf("message codeset: %s\n", codeset);
  /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...]
  /external/selinux/python/chcat/
chcat 45 codeset='utf-8', variable
  /external/selinux/python/sepolicy/sepolicy/
interface.py 43 codeset='utf-8', variable
  /toolchain/binutils/binutils-2.25/intl/
bindtextdom.c 94 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
183 const char *codeset = *codesetp; local
185 if (codeset == NULL)
187 *codesetp = binding->codeset;
193 char *result = binding->codeset;
194 if (result == NULL || strcmp (codeset, result) != 0)
197 result = strdup (codeset);
199 size_t len = strlen (codeset) + 1;
202 memcpy (result, codeset, len);
207 if (binding->codeset != NULL
279 const char *codeset = *codesetp; local
    [all...]
finddomain.c 60 const char *codeset; local
70 language[_territory[.codeset]][@modifier]
83 (4) codeset
84 (5) normalized codeset
141 &codeset, &normalized_codeset, &special,
148 codeset, normalized_codeset, modifier, special,
gettextP.h 151 int codeset_cntr; /* Incremented each time codeset changes. */
152 char *codeset; member in struct:binding
localcharset.c 273 const char *codeset; local
280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
309 codeset = locale;
319 codeset = buf;
328 /* Allow user to override the codeset, as set in the operating system,
360 codeset = locale;
366 codeset = "";
370 codeset = buf
    [all...]
  /external/bison/lib/
localcharset.c 359 const char *codeset; local
366 /* Most systems support nl_langinfo (CODESET) nowadays. */
367 codeset = nl_langinfo (CODESET);
370 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
373 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
421 codeset = buf;
451 codeset = locale;
467 codeset = buf
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 490 AIX 3.2. only has CODESET.
491 OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have
494 #ifdef CODESET
495 LANGINFO(CODESET),
522 /* This is not available in all glibc versions that have CODESET. */
637 "bind_textdomain_codeset(domain, codeset) -> string\n"
638 "Bind the C library's domain to codeset.");
643 char *domain,*codeset; local
644 if (!PyArg_ParseTuple(args, "sz", &domain, &codeset))
646 codeset = bind_textdomain_codeset(domain, codeset);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 490 AIX 3.2. only has CODESET.
491 OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have
494 #ifdef CODESET
495 LANGINFO(CODESET),
522 /* This is not available in all glibc versions that have CODESET. */
637 "bind_textdomain_codeset(domain, codeset) -> string\n"
638 "Bind the C library's domain to codeset.");
643 char *domain,*codeset; local
644 if (!PyArg_ParseTuple(args, "sz", &domain, &codeset))
646 codeset = bind_textdomain_codeset(domain, codeset);
    [all...]
  /external/python/cpython2/Modules/
_localemodule.c 491 AIX 3.2. only has CODESET.
492 OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have
495 #ifdef CODESET
496 LANGINFO(CODESET),
523 /* This is not available in all glibc versions that have CODESET. */
638 "bind_textdomain_codeset(domain, codeset) -> string\n"
639 "Bind the C library's domain to codeset.");
644 char *domain,*codeset; local
645 if (!PyArg_ParseTuple(args, "sz", &domain, &codeset))
647 codeset = bind_textdomain_codeset(domain, codeset)
    [all...]

Completed in 326 milliseconds

1 2