Searched refs:codepage (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.h24 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);
H A Dnccbtst.h46 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);
H A Dncnvtst.c43 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) argument
55 codepage,
990 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1004 conv = ucnv_open(codepage, &status);
1007 log_data_err("Couldn't open converter %s\n",codepage);
1032 log_err("ucnv_fromUnicode() failed for codepage
989 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1078 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1175 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1347 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) argument
[all...]
H A Dncnvfbts.c119 static void setNuConvTestName(const char *codepage, const char *direction) argument
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,
129 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
292 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.h24 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);
H A Dnccbtst.h46 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);
H A Dncnvtst.c43 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) argument
55 codepage,
1008 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1022 conv = ucnv_open(codepage, &status);
1025 log_data_err("Couldn't open converter %s\n",codepage);
1050 log_err("ucnv_fromUnicode() failed for codepage
1007 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1096 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1193 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1365 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) argument
[all...]
H A Dncnvfbts.c119 static void setNuConvTestName(const char *codepage, const char *direction) argument
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,
129 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
292 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dufile.c17 * 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, TRU
43 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) argument
112 u_finit(FILE *f, const char *locale, const char *codepage) argument
120 u_fadopt(FILE *f, const char *locale, const char *codepage) argument
128 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
274 const char *codepage = NULL; local
285 u_fsetcodepage( const char *codepage, UFILE *file) argument
[all...]
/external/icu/icu4c/source/io/
H A Dufile.c17 * 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, TRU
43 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) argument
112 u_finit(FILE *f, const char *locale, const char *codepage) argument
120 u_fadopt(FILE *f, const char *locale, const char *codepage) argument
128 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
274 const char *codepage = NULL; local
285 u_fsetcodepage( const char *codepage, UFILE *file) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_cnv.cpp65 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
64 UnicodeString(const char *codepageData, const char *codepage) argument
74 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) argument
306 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunistr_cnv.cpp65 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
64 UnicodeString(const char *codepageData, const char *codepage) argument
74 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) argument
306 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtr.c10 void tr(uint8_t *codepage, uint8_t *addr, uint64_t len) argument
17 : "a" (codepage) : "cc", "memory", "1");
H A Dtre.c19 tre_regs tre(uint8_t *codepage, uint8_t *addr, uint64_t len, uint8_t test_byte) argument
25 register uint64_t a2 asm ("4") = (uint64_t)codepage;
H A Dtroo.c26 troo_regs tr(uint8_t *addr, uint8_t *codepage, uint8_t *dest, uint64_t len, argument
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
H A Dtrot.c27 trot_regs tr(uint8_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len, argument
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
H A Dtrto.c26 trto_regs tr(uint16_t *addr, uint16_t *codepage, uint8_t *dest, uint64_t len, argument
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
H A Dtrtt.c27 trtt_regs tr(uint16_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len, argument
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl.cc55 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/
H A Dustdio.h77 * 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 Th
[all...]
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h77 * 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 Th
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.h48 * @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/
H A Ducbuf.h48 * @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/
H A Dncp_fs.h103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict_unittest.cc64 void RunDictionaryTest(const char* codepage, argument
67 std::string aff_data(base::StringPrintf("SET %s\n", codepage));
74 codepage,

Completed in 7884 milliseconds

123