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

1 2 3 4 5 6 7

  /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).])
locale-zh.m4 32 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
33 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
36 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
40 const char *cs = nl_langinfo (CODESET);
locale-fr.m4 29 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
30 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
33 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
37 const char *cs = nl_langinfo (CODESET);
123 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
124 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
127 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
131 const char *cs = nl_langinfo (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 */
ncnvfbts.h 17 /* C API TEST FOR FALL BACK ROUTINES OF CODESET CONVERSION COMPONENT */
  /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...]

Completed in 418 milliseconds

1 2 3 4 5 6 7