| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| bindtextdom.c | 87 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP 174 const char *codeset = *codesetp; local 176 if (codeset == NULL) 178 *codesetp = binding->codeset; 184 char *result = binding->codeset; 185 if (result == NULL || strcmp (codeset, result) != 0) 188 result = strdup (codeset); 190 size_t len = strlen (codeset) + 1; 193 memcpy (result, codeset, len); 198 if (binding->codeset != NULL 267 const char *codeset = *codesetp; local [all...] |
| finddomain.c | 68 const char *codeset; local 75 language[_territory][.codeset][@modifier] 81 (1) codeset 82 (2) normalized codeset 146 &codeset, &normalized_codeset); 155 codeset, normalized_codeset, modifier,
|
| localcharset.c | 289 const char *codeset; local 296 /* Most systems support nl_langinfo (CODESET) nowadays. */ 297 codeset = nl_langinfo (CODESET); 300 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always 304 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 342 codeset = buf; 372 codeset = locale; 382 codeset = buf [all...] |
| gettextP.h | 203 char *codeset; member in struct:binding
|
| /src/external/gpl2/grep/dist/intl/ |
| bindtextdom.c | 91 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP 180 const char *codeset = *codesetp; local 182 if (codeset == NULL) 184 *codesetp = binding->codeset; 190 char *result = binding->codeset; 191 if (result == NULL || strcmp (codeset, result) != 0) 194 result = strdup (codeset); 196 size_t len = strlen (codeset) + 1; 199 memcpy (result, codeset, len); 204 if (binding->codeset != NULL 276 const char *codeset = *codesetp; local [all...] |
| finddomain.c | 62 const char *codeset; local 72 language[_territory[.codeset]][@modifier] 85 (4) codeset 86 (5) normalized codeset 143 &codeset, &normalized_codeset, &special, 150 codeset, normalized_codeset, modifier, special,
|
| gettextP.h | 117 int codeset_cntr; /* Incremented each time codeset changes. */ 118 char *codeset; member in struct:binding
|
| localcharset.c | 228 const char *codeset; local 235 /* Most systems support nl_langinfo (CODESET) nowadays. */ 236 codeset = nl_langinfo (CODESET); 264 codeset = locale; 274 codeset = buf; 283 /* Allow user to override the codeset, as set in the operating system, 315 codeset = locale; 321 codeset = ""; 325 codeset = buf [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| bindtextdom.c | 91 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP 178 const char *codeset = *codesetp; local 180 if (codeset == NULL) 182 *codesetp = binding->codeset; 188 char *result = binding->codeset; 189 if (result == NULL || strcmp (codeset, result) != 0) 192 result = strdup (codeset); 194 size_t len = strlen (codeset) + 1; 197 memcpy (result, codeset, len); 202 if (binding->codeset != NULL 274 const char *codeset = *codesetp; local [all...] |
| finddomain.c | 59 const char *codeset; local 69 language[_territory[.codeset]][@modifier] 82 (4) codeset 83 (5) normalized codeset 140 &codeset, &normalized_codeset, &special, 147 codeset, normalized_codeset, modifier, special,
|
| gettextP.h | 144 int codeset_cntr; /* Incremented each time codeset changes. */ 145 char *codeset; member in struct:binding
|
| localcharset.c | 275 const char *codeset; local 282 /* Most systems support nl_langinfo (CODESET) nowadays. */ 283 codeset = nl_langinfo (CODESET); 311 codeset = locale; 321 codeset = buf; 330 /* Allow user to override the codeset, as set in the operating system, 362 codeset = locale; 368 codeset = ""; 372 codeset = buf [all...] |
| /src/external/gpl3/gcc.old/dist/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...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 46 const char* codeset = __nl_langinfo_l(CODESET, cloc); local 47 if (!strcmp(codeset, "UTF-8")) 58 iconv_t cd = iconv_open("ASCII//TRANSLIT", codeset); 70 cd = iconv_open(codeset, "ASCII");
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 46 const char* codeset = __nl_langinfo_l(CODESET, cloc); local 47 if (!strcmp(codeset, "UTF-8")) 58 iconv_t cd = iconv_open("ASCII//TRANSLIT", codeset); 70 cd = iconv_open(codeset, "ASCII");
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| localcharset.c | 288 const char *codeset; local 295 /* Most systems support nl_langinfo (CODESET) nowadays. */ 296 codeset = nl_langinfo (CODESET); 299 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always 303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 341 codeset = buf; 371 codeset = locale; 381 codeset = buf [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| localcharset.c | 288 const char *codeset; local 295 /* Most systems support nl_langinfo (CODESET) nowadays. */ 296 codeset = nl_langinfo (CODESET); 299 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always 303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 341 codeset = buf; 371 codeset = locale; 381 codeset = buf [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| localcharset.c | 288 const char *codeset; local 295 /* Most systems support nl_langinfo (CODESET) nowadays. */ 296 codeset = nl_langinfo (CODESET); 299 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always 303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 341 codeset = buf; 371 codeset = locale; 381 codeset = buf [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| localcharset.c | 161 /* Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is 167 the system; nl_langinfo(CODESET) returns "US-ASCII" in this case. 833 const char *codeset; local 846 /* Most systems support nl_langinfo (CODESET) nowadays. */ 847 codeset = nl_langinfo (CODESET); 850 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always 853 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 906 codeset = resultbuf [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| localcharset.c | 161 /* Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is 167 the system; nl_langinfo(CODESET) returns "US-ASCII" in this case. 833 const char *codeset; local 846 /* Most systems support nl_langinfo (CODESET) nowadays. */ 847 codeset = nl_langinfo (CODESET); 850 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always 853 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) 906 codeset = resultbuf [all...] |
| /src/lib/libintl/ |
| libintl_local.h | 137 char *codeset; member in struct:domainbinding
|
| /src/external/bsd/tcpdump/dist/ |
| print-fr.c | 825 u_int codeset = 0; local 881 unshift_codeset = codeset; 898 * Get the codeset. 900 codeset = IE_SHIFT_CODESET(iecode); 903 * If it's a locking shift to codeset 5, 913 if (codeset == 5) { 916 * codeset 5, so this is 924 * Remember the current codeset, so we 936 ND_PRINT("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset); [all...] |