HomeSort by relevance Sort by last modified time
    Searched full:codeset (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /ndk/sources/host-tools/make-3.81/config/
Makefile.am 17 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
ChangeLog 18 * codeset.m4: New file, from gettext-0.11.1.
  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 115 * or lang[_country_region][.codeset]. Only the lang part of the string is
117 * The optional region, country_region or codeset parts are ignored. This
132 * \param locale locale-string in the form of lang[_country_region][.codeset]
  /external/chromium_org/third_party/icu/source/io/
ufile.h 64 UConverter *fConverter; /* for codeset conversion */
  /external/icu4c/io/
ufile.h 64 UConverter *fConverter; /* for codeset conversion */
  /external/e2fsprogs/intl/
gettextP.h 143 int codeset_cntr; /* Incremented each time codeset changes. */
144 char *codeset; member in struct:binding
config.charset 24 # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)".
125 # Linux libc5 doesn't have nl_langinfo(CODESET); therefore
349 # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
400 # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore
445 # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore
localename.c 697 language[_territory[.codeset]][@modifier]
698 The codeset part in the result is not reliable; the locale_charset()
699 should be used for codeset information instead.
737 Don't even bother determining the codeset; it's not useful in this
739 codeset. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 192 # See whether CODESET is defined
196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 192 # See whether CODESET is defined
196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /external/flac/
config.h 64 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  /ndk/sources/android/support/include/
langinfo.h 38 #define CODESET _NL_ITEM(LC_CTYPE, 0)
  /external/bison/lib/
gettext.h 90 # define bind_textdomain_codeset(Domainname, Codeset) \
91 ((void) (Domainname), (const char *) (Codeset))
config.charset 22 # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)".
128 # Linux libc5 doesn't have nl_langinfo(CODESET); therefore
352 # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
415 # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore
456 # Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is
462 # the system; nl_langinfo(CODESET) returns "US-ASCII" in this case.
521 # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore
  /external/libexif/test/nls/
Makefile.in 241 nlstestscripts = check-localedir.sh # check-codeset.sh
242 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
246 # test_codeset_default_SOURCES = test-codeset.c
251 # test_codeset_utf_8_SOURCES = test-codeset.c
256 # test_codeset_latin1_SOURCES = test-codeset.c
263 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
  /external/tcpdump/
print-fr.c 723 u_int codeset; local
731 codeset = p[2]&0x0f; /* extract the codeset */
739 printf("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
779 tok2str(fr_q933_ie_codesets[codeset],"unknown",ie_p->ie_type),
787 if (fr_q933_print_ie_codeset[codeset] != NULL)
788 ie_is_known = fr_q933_print_ie_codeset[codeset](ie_p, ptemp);
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 92 # define bind_textdomain_codeset(Domainname, Codeset) \
93 ((void) (Domainname), (const char *) (Codeset))
config.charset 23 # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)".
127 # Linux libc5 doesn't have nl_langinfo(CODESET); therefore
351 # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
414 # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore
455 # Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is
461 # the system; nl_langinfo(CODESET) returns "US-ASCII" in this case.
520 # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore
  /external/chromium_org/third_party/icu/source/common/
ucnv_cb.c 7 * External APIs for the ICU's codeset conversion library
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 7 * External APIs for the ICU's codeset conversion library
  /external/icu4c/common/
ucnv_cb.c 7 * External APIs for the ICU's codeset conversion library
  /external/icu4c/common/unicode/
ucnv_cb.h 7 * External APIs for the ICU's codeset conversion library

Completed in 1066 milliseconds

1 23 4 5 6 7 8 9