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

1 2

  /external/chromium/net/base/
escape_icu.cc 14 bool EscapeQueryParamValue(const string16& text, const char* codepage,
19 if (!base::UTF16ToCodepage(text, codepage,
escape.h 132 bool EscapeQueryParamValue(const string16& text, const char* codepage,
136 // assumes the codepage is UTF8. This is provided as a convenience.
  /external/icu4c/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);
ncnvtst.c 43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
52 static void setNuConvTestName(const char *codepage, const char *direction)
55 codepage,
    [all...]
ncnvfbts.c 119 static void setNuConvTestName(const char *codepage, const char *direction)
122 codepage,
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
157 setNuConvTestName(codepage, "FROM");
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
162 conv = my_ucnv_open(codepage, &status);
165 log_data_err("Couldn't open converter %s\n",codepage);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
322 setNuConvTestName(codepage, "TO");
326 conv = my_ucnv_open(codepage, &status)
    [all...]
  /external/icu4c/io/
ufile.c 17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
38 const char *codepage,
83 /* If the codepage is not "" use the ucnv_open default behavior */
84 if(codepage == NULL || *codepage != '\0') {
85 result->fConverter = ucnv_open(codepage, &status);
107 const char *codepage)
109 return finit_owner(f, locale, codepage, FALSE);
115 const char *codepage)
117 return finit_owner(f, locale, codepage, TRUE)
267 const char *codepage = NULL; local
    [all...]
  /external/icu4c/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...]
ucnv_bld.h 71 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member in struct:UConverterStaticData
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
207 int8_t subCharLen; /* length of the codepage specific character sequence */
217 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
putil.cpp 1896 static char codepage[64]; local
    [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/net/proxy/
proxy_script_fetcher_impl.cc 53 const char* codepage; local
57 codepage = base::kCodepageLatin1;
60 codepage = charset.c_str();
66 base::CodepageToUTF16(bytes, codepage,
  /external/icu4c/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/expat/amiga/
Makefile 105 clib2/xmlwf: clib2/xmlwf.o clib2/xmlfile.o clib2/codepage.o clib2/readfilemap.o
113 clib2/codepage.o: codepage.c
169 newlib/xmlwf: newlib/xmlwf.o newlib/xmlfile.o newlib/codepage.o newlib/readfilemap.o
177 newlib/codepage.o: codepage.c
234 libs/xmlwf: libs/xmlwf.o libs/xmlfile.o libs/codepage.o libs/readfilemap.o libs/launch.o
242 libs/codepage.o: codepage.c
298 so/xmlwf: newlib/xmlwf.o newlib/xmlfile.o newlib/codepage.o newlib/readfilemap.
    [all...]
  /external/icu4c/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /external/expat/
Makefile 147 XMLWF_OBJS = xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o
150 xmlwf/codepage.o: xmlwf/codepage.c
  /external/icu4c/tools/makeconv/
makeconv.c 230 "\tread .ucm codepage mapping files and write .cnv files\n"
248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
464 getPlatformAndCCSIDFromName(value, &staticData->platform, &staticData->codepage);
520 if(staticData->codepage==0) {
521 staticData->codepage=prototype->codepage;
668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n")
    [all...]

Completed in 472 milliseconds

1 2