/haiku/src/kits/textencoding/ |
H A D | utf8_conversions.cpp | 33 discard_invalid_input_character(iconv_t* conversion, char** inputBuffer, in discard_invalid_input_character() argument 45 iconv(*conversion, NULL, NULL, NULL, NULL); in discard_invalid_input_character() 50 size_t size = iconv(*conversion, &buffer, &left, in discard_invalid_input_character() 89 iconv_t conversion = iconv_open(to, from); in convert_encoding() local 90 if (conversion == (iconv_t)-1) { in convert_encoding() 101 iconv(conversion, NULL, NULL, &dst, &outputLeft); in convert_encoding() 107 size_t nonReversibleConversions = iconv(conversion, inputBuffer, in convert_encoding() 119 discard_invalid_input_character(&conversion, inputBuffer, in convert_encoding() 155 iconv_close(conversion); in convert_encoding() 163 iconv_close(conversion); in convert_encoding()
|
/haiku/data/catalogs/add-ons/translators/jpeg/ |
H A D | ja.catkeys | 7 …conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
|
H A D | fr.catkeys | 7 …conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
|
H A D | fur.catkeys | 7 …conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
|
H A D | be.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | el.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | ko.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | th.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | uk.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | zh_Hans.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | ru.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | nl.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | id.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | da.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | de.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | fi.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | eo.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | pl.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
H A D | nb.catkeys | 7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | README | 11 …ndled by drawing into a 32 bit "back buffer" and doing the color space conversion when blitting it… 15 …t may be easier to support other bitmap color spaces than by doing the conversion somewhere in the…
|
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | yuvrgb_ssse3.nasm | 16 ; conversion: 17 ; does the yuv to rgb conversion using 16 bit fixed point and the 168 ; conversion code
|
H A D | yuvrgb_sse2.nasm | 16 ; conversion: 17 ; does the yuv to rgb conversion using 16 bit fixed point and the 134 ; conversion code
|
H A D | yuvrgb_sse.nasm | 16 ; conversion: 17 ; does the yuv to rgb conversion using 16 bit fixed point and the 36 ; conversion code
|
/haiku/src/libs/zydis/Zydis/ |
H A D | Decoder.c | 1070 switch (instruction->avx.conversion.mode) in ZydisSetOperandSizeAndElementInfo() 2924 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_FLOAT16; in ZydisSetAVXInformation() 2927 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT8; in ZydisSetAVXInformation() 2930 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT8; in ZydisSetAVXInformation() 2933 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT16; in ZydisSetAVXInformation() 2936 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT16; in ZydisSetAVXInformation() 2956 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT8; in ZydisSetAVXInformation() 2959 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT8; in ZydisSetAVXInformation() 2962 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT16; in ZydisSetAVXInformation() 2965 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT16; in ZydisSetAVXInformation() [all …]
|
/haiku/src/libs/iconv/ |
H A D | NEWS | 59 in Shift_JIS to EUC-JP conversion. 62 combining characters could be dropped at the end of the conversion buffer. 114 * Updated the ISO-8859-8 conversion table.
|