/external/elfutils/m4/ |
Makefile.am | 21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
|
/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...] |
explodename.c | 53 _nl_explode_name (name, language, modifier, territory, codeset, 59 const char **codeset; 71 *codeset = NULL; 103 /* Next is the codeset. */ 106 *codeset = ++cp; 113 if (*codeset != cp && (*codeset)[0] != '\0') 115 *normalized_codeset = _nl_normalize_codeset (*codeset, 116 cp - *codeset); 117 if (strcmp (*codeset, *normalized_codeset) == 0 [all...] |
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...] |
intl-compat.c | 146 bind_textdomain_codeset (domainname, codeset) 148 const char *codeset; 150 return libintl_bind_textdomain_codeset (domainname, codeset);
|
loadinfo.h | 88 /* Normalize codeset name. There is no standard for the codeset 92 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset, 100 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER, 113 const char *codeset, 125 territory, codeset, special, sponsor, revision. 128 *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a 130 gets assigned the expanded *CODESET, if it is different from *CODESET; 136 XPG_CODESET for *CODESET, [all...] |
l10nflist.c | 189 territory, codeset, normalized_codeset, modifier, special, 197 const char *codeset; 225 ? strlen (codeset) + 1 : 0) 264 cp = stpcpy (cp, codeset); 340 looking up (if an unnormalized codeset was specified). */ 360 first the modifier, then the territory, then the codeset, then the 376 cnt, language, territory, codeset, 383 cnt, language, territory, codeset, 393 /* Normalize codeset name. There is no standard for the codeset [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,
|
/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
|
/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...] |
/ndk/sources/android/support/src/musl-locale/ |
intl.c | 61 char *bind_textdomain_codeset(const char *domainname, const char *codeset) 63 if (!domainname || !*domainname || (codeset && strcasecmp(codeset, "UTF-8"))) {
|
/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);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
gettext.py | 147 codeset = locale[pos:] 151 codeset = '' 165 if i & COMPONENT_CODESET: val += codeset 462 class_=None, fallback=False, codeset=None): 483 if codeset: 484 t.set_output_charset(codeset) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 520 def bind_textdomain_codeset(domain, codeset=None) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gettext.py | 147 codeset = locale[pos:] 151 codeset = '' 165 if i & COMPONENT_CODESET: val += codeset 462 class_=None, fallback=False, codeset=None): 483 if codeset: 484 t.set_output_charset(codeset) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 520 def bind_textdomain_codeset(domain, codeset=None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 147 codeset = locale[pos:] 151 codeset = '' 165 if i & COMPONENT_CODESET: val += codeset 462 class_=None, fallback=False, codeset=None): 483 if codeset: 484 t.set_output_charset(codeset) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 520 def bind_textdomain_codeset(domain, codeset=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 147 codeset = locale[pos:] 151 codeset = '' 165 if i & COMPONENT_CODESET: val += codeset 462 class_=None, fallback=False, codeset=None): 483 if codeset: 484 t.set_output_charset(codeset) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 520 def bind_textdomain_codeset(domain, codeset=None) [all...] |
/external/selinux/policycoreutils/gui/ |
mappingsPage.py | 38 codeset='utf-8') variable
|
/external/tcpdump/ |
print-fr.c | 772 u_int codeset; local 780 codeset = p[2]&0x0f; /* extract the codeset */ 789 ND_PRINT((ndo, "%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset)); 833 tok2str(fr_q933_ie_codesets[codeset], 844 if (fr_q933_print_ie_codeset[codeset] != NULL) { 845 ie_is_known = fr_q933_print_ie_codeset[codeset](ndo, ie_p, ptemp);
|