/external/bison/m4/ |
codeset.m4 | 0 # codeset.m4 serial 5 (gettext-0.18.2) 11 AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset], 15 [[char* cs = nl_langinfo(CODESET); return !cs;]])], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
codeset.m4 | 0 # codeset.m4 serial AM1 (gettext-0.10.40) 11 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 13 [char* cs = nl_langinfo(CODESET);], 19 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
codeset.m4 | 0 # codeset.m4 serial 4 (gettext-0.18) 11 AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset], 13 [char* cs = nl_langinfo(CODESET); return !cs;], 19 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
/external/libexif/test/nls/ |
Makefile.am | 1 nlstestscripts = check-localedir.sh # check-codeset.sh 3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8 11 # test_codeset_default_SOURCES = test-codeset.c 16 # test_codeset_utf_8_SOURCES = test-codeset.c 21 # test_codeset_latin1_SOURCES = test-codeset.c 30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
|
test-nls.c | 72 const char *codeset = bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); local 73 printf("message codeset: %s\n", codeset);
|
/external/elfutils/m4/ |
codeset.m4 | 0 # codeset.m4 serial AM1 (gettext-0.10.40) 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
/ndk/sources/host-tools/make-3.81/config/ |
codeset.m4 | 0 # codeset.m4 serial AM1 (gettext-0.10.40) 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(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...] |
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...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
nucnvtst.h | 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
|
ccapitst.h | 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
|
ncnvfbts.h | 17 /* C API TEST FOR FALL BACK ROUTINES OF CODESET CONVERSION COMPONENT */
|
/external/clang/test/CodeGenObjC/ |
illegal-UTF8.m | 6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}
|
/external/icu4c/test/cintltst/ |
nucnvtst.h | 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
|
ccapitst.h | 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
|
/external/libexif/libexif/ |
i18n.h | 42 # define bind_textdomain_codeset(Domain,Codeset) 45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset)
|
/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/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
iconv.h | 29 /* Identifier for conversion method from one codeset to another. */ 33 /* Allocate descriptor for code conversion from codeset FROMCODE to 34 codeset TOCODE.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
iconv.h | 29 /* Identifier for conversion method from one codeset to another. */ 33 /* Allocate descriptor for code conversion from codeset FROMCODE to 34 codeset TOCODE.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
iconv.h | 29 /* Identifier for conversion method from one codeset to another. */ 33 /* Allocate descriptor for code conversion from codeset FROMCODE to 34 codeset TOCODE.
|
/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...] |