Searched defs:codepage (Results 1 - 25 of 39) sorted by relevance

12

/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/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,
/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...]
H A Ducnv_bld.h70 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member in struct:UConverterStaticData
75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
206 int8_t subCharLen; /* length of the codepage specific character sequence */
216 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
/external/chromium_org/third_party/icu/source/io/
H A Dufile.c17 * 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, TRU
46 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) argument
115 u_finit(FILE *f, const char *locale, const char *codepage) argument
123 u_fadopt(FILE *f, const char *locale, const char *codepage) argument
131 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
277 const char *codepage = NULL; local
288 u_fsetcodepage( const char *codepage, UFILE *file) 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...]
H A Ducnv_bld.h71 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 */
/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/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/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp203 int FXSYS_WideCharToMultiByte(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCWSTR wstr, int wlen, argument
217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen, argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) argument
72 UConverter *cnv = ucnv_open(codepage, &status);
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...]
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...]
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) argument
72 UConverter *cnv = ucnv_open(codepage, &status);
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...]
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...]
/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/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp125 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) argument
130 length = source.extract(0, sLength, NULL, codepage);
134 source.extract(0, sLength, bytes, codepage);
152 char codepage[64]; local
154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
155 codepage[cpLength] = '\0';
160 char *bytes = extractBytes(testString, codepage, byteLength);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) argument
142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
164 char codepage[64]; local
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
167 codepage[cpLength] = '\0';
172 char *bytes = extractBytes(testString, codepage, byteLength);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c100 static int codepage; variable
673 codepage = GetCodePage();
784 codepage = GetCodePage();
850 return MultiByteToWideChar(codepage, 0, (LPCSTR) chars, 1, wchars, wsize);

Completed in 1770 milliseconds

12