HomeSort by relevance Sort by last modified time
    Searched refs:codepage (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.h 24 const char *codepage, UBool fallback, const int32_t *expectOffsets);
26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
33 static void setNuConvTestName(const char *codepage, const char *direction);
nccbtst.h 46 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets,
51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
55 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
66 static void setNuConvTestName(const char *codepage, const char *direction);
  /external/icu/icu4c/source/io/
ufile.c 17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
49 const char *codepage,
106 /* If the codepage is not "" use the ucnv_open default behavior */
107 if(codepage == NULL || *codepage != '\0') {
108 result->fConverter = ucnv_open(codepage, &status);
130 const char *codepage)
132 return finit_owner(f, locale, codepage, FALSE);
138 const char *codepage)
140 return finit_owner(f, locale, codepage, TRUE)
319 const char *codepage = NULL; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 16 int codepage; /* +64: 4 codepage # (now IBM-$codepage) */ field in class:UConverterStaticData
21 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
22 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
43 codepage = codepage_;
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 61 const char *codepage) {
64 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
70 const char *codepage) {
73 doCodepageCreate(codepageData, dataLength, codepage);
134 const char *codepage) const
170 // if the codepage is the default, use our cache
172 if (codepage == 0) {
178 } else if (*codepage == 0) {
189 converter = ucnv_open(codepage, &status);
195 if (codepage == 0)
    [all...]
  /external/valgrind/none/tests/s390x/
tr.c 10 void tr(uint8_t *codepage, uint8_t *addr, uint64_t len)
17 : "a" (codepage) : "cc", "memory", "1");
tre.c 19 tre_regs tre(uint8_t *codepage, uint8_t *addr, uint64_t len, uint8_t test_byte)
25 register uint64_t a2 asm ("4") = (uint64_t)codepage;
troo.c 26 troo_regs tr(uint8_t *addr, uint8_t *codepage, uint8_t *dest, uint64_t len,
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trot.c 27 trot_regs tr(uint8_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len,
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trto.c 26 trto_regs tr(uint16_t *addr, uint16_t *codepage, uint8_t *dest, uint64_t len,
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trtt.c 27 trtt_regs tr(uint16_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len,
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
  /external/icu/icu4c/source/io/unicode/
ustdio.h 79 * Figure out what is suppose to happen when a codepage is changed midstream.
114 * <li>You can specify a file's codepage separately from the default
115 * system codepage.</li>
225 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
228 * specified by that UFILE's codepage.
234 * @param codepage The codepage in which data will be written to and
235 * read from the file. If this paramter is NULL the system default codepage
244 const char *codepage);
248 * A UFILE is a wrapper around a FILE* that is locale and codepage aware
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
winduni.h 98 /* Specifies the default codepage to be used for unicode
102 /* Specifies the currently used codepage for unicode
120 rc_uint_type codepage; member in struct:local_iconv_map
126 /* Convert an Codepage string to a unicode string. */
130 /* Convert an unicode string to an codepage string. */
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 105 unsigned char codepage[NCP_IOCSNAME_LEN + 1]; member in struct:ncp_nls_ioctl
  /development/ndk/platforms/android-21/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 48 * @param codepage The encoding of the file stream to convert to Unicode.
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
  /external/kernel-headers/original/uapi/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl

Completed in 2004 milliseconds

1 2 3