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

1 2 3

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/io/
ufile.c 17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
48 const char *codepage,
93 /* If the codepage is not "" use the ucnv_open default behavior */
94 if(codepage == NULL || *codepage != '\0') {
95 result->fConverter = ucnv_open(codepage, &status);
117 const char *codepage)
119 return finit_owner(f, locale, codepage, FALSE);
125 const char *codepage)
127 return finit_owner(f, locale, codepage, TRUE)
277 const char *codepage = NULL; local
    [all...]
  /external/icu/icu4c/source/io/
ufile.c 17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
45 const char *codepage,
90 /* If the codepage is not "" use the ucnv_open default behavior */
91 if(codepage == NULL || *codepage != '\0') {
92 result->fConverter = ucnv_open(codepage, &status);
114 const char *codepage)
116 return finit_owner(f, locale, codepage, FALSE);
122 const char *codepage)
124 return finit_owner(f, locale, codepage, TRUE)
274 const char *codepage = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr_cnv.cpp 65 const char *codepage)
70 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
76 const char *codepage)
81 doCodepageCreate(codepageData, dataLength, codepage);
144 const char *codepage) const
180 // if the codepage is the default, use our cache
182 if (codepage == 0) {
188 } else if (*codepage == 0) {
199 converter = ucnv_open(codepage, &status);
205 if (codepage == 0)
    [all...]
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 65 const char *codepage)
70 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
76 const char *codepage)
81 doCodepageCreate(codepageData, dataLength, codepage);
144 const char *codepage) const
180 // if the codepage is the default, use our cache
182 if (codepage == 0) {
188 } else if (*codepage == 0) {
199 converter = ucnv_open(codepage, &status);
205 if (codepage == 0)
    [all...]
  /external/valgrind/main/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/chromium_org/net/proxy/
proxy_script_fetcher_impl.cc 55 const char* codepage; local
59 codepage = kCharsetLatin1;
62 codepage = charset.c_str();
67 ConvertToUTF16WithSubstitutions(bytes, codepage, utf16);
  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 76 * Figure out what is suppose to happen when a codepage is changed midstream.
111 * <li>You can specify a file's codepage separately from the default
112 * system codepage.</li>
222 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
225 * specified by that UFILE's codepage.
231 * @param codepage The codepage in which data will be written to and
232 * read from the file. If this paramter is NULL the system default codepage
241 const char *codepage);
252 * @param codepage The codepage in which data will be written to an
    [all...]
  /external/icu/icu4c/source/io/unicode/
ustdio.h 77 * Figure out what is suppose to happen when a codepage is changed midstream.
112 * <li>You can specify a file's codepage separately from the default
113 * system codepage.</li>
223 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
226 * specified by that UFILE's codepage.
232 * @param codepage The codepage in which data will be written to and
233 * read from the file. If this paramter is NULL the system default codepage
242 const char *codepage);
253 * @param codepage The codepage in which data will be written to an
    [all...]
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /development/ndk/platforms/android-L/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /external/chromium_org/third_party/icu/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/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.6/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.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/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl

Completed in 747 milliseconds

1 2 3