Searched refs:conv (Results 1 - 25 of 167) sorted by relevance

1234567

/external/libedit/src/
H A Dchartype.c50 ct_conv_buff_resize(ct_buffer_t *conv, size_t mincsize, size_t minwsize) argument
53 if (mincsize > conv->csize) {
54 conv->csize = mincsize;
55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
57 conv->csize = 0;
58 el_free(conv->cbuff);
59 conv->cbuff = NULL;
61 conv
78 ct_encode_string(const Char *s, ct_buffer_t *conv) argument
112 ct_decode_string(const char *s, ct_buffer_t *conv) argument
136 ct_decode_argv(int argc, const char *argv[], ct_buffer_t *conv) argument
[all...]
/external/strace/linux/x86_64/
H A Dgentab.pl4 %conv = (
54 $name = $conv{$name} if defined($conv{$name});
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp204 UConverter *conv; local
209 conv = ucnv_open("koi8-r", &status);
214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
218 ucnv_close(conv);
300 UConverter *conv; local
312 conv = ucnv_open("utf-8", &status);
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
334 ucnv_toUnicode(conv, &target, targetLimit,
368 ucnv_close(conv);
396 UConverter *conv; local
529 UConverter *conv; local
569 UConverter *conv = NULL; local
616 UConverter *conv = NULL; local
710 UConverter *conv = NULL, *cloneCnv = NULL; local
879 UConverter *conv = NULL; local
985 UConverter *conv = NULL; local
1080 UConverter *conv = NULL; local
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils_test.cc32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
H A Dtest_utils.cc76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/Android.mk
19 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref
23 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref
27 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr
31 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref
/external/sfntly/cpp/src/test/
H A Dtest_utils_test.cc32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
H A Dtest_utils.cc76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsmatch.cpp51 UConverter *conv = ucnv_open(getName(), status); local
52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
54 ucnv_close(conv);
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/Android.mk
19 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/tested_elsewhere
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/Android.mk
19 test_name := iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/tested_elsewhere
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py546 for conv in converters:
547 if conv.name == "SubTable":
548 conv = conv.getConverter(reader.globalState.tableType,
550 if conv.name == "ExtSubTable":
551 conv = conv.getConverter(reader.globalState.tableType,
553 if conv.name == "FeatureParams":
554 conv = conv
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py546 for conv in converters:
547 if conv.name == "SubTable":
548 conv = conv.getConverter(reader.globalState.tableType,
550 if conv.name == "ExtSubTable":
551 conv = conv.getConverter(reader.globalState.tableType,
553 if conv.name == "FeatureParams":
554 conv = conv
[all...]
/external/chromium_org/url/
H A Durl_canon_icu_unittest.cc65 UConvScoper conv(icu_cases[i].encoding);
66 ASSERT_TRUE(conv.converter() != NULL);
67 ICUCharsetConverter converter(conv.converter());
83 UConvScoper conv("utf-8");
84 ASSERT_TRUE(conv.converter());
85 ICUCharsetConverter converter(conv.converter());
124 UConvScoper conv(query_cases[i].encoding);
125 ASSERT_TRUE(!query_cases[i].encoding || conv.converter());
126 ICUCharsetConverter converter(conv.converter());
/external/lldb/test/lang/cpp/class_types/
H A Dmain.cpp122 Conversion conv(1);
123 if (conv)
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvolutionEffect.cpp107 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
108 GrTexture& texture = *conv.texture(0);
110 SkASSERT(conv.radius() == fRadius);
113 switch (conv.direction()) {
124 if (conv.useBounds()) {
125 const float* bounds = conv.bounds();
126 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
133 uman.set1fv(fKernelUni, this->width(), conv.kernel());
138 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
139 EffectKey key = conv
[all...]
/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.cpp107 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
108 GrTexture& texture = *conv.texture(0);
110 SkASSERT(conv.radius() == fRadius);
113 switch (conv.direction()) {
124 if (conv.useBounds()) {
125 const float* bounds = conv.bounds();
126 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
133 uman.set1fv(fKernelUni, this->width(), conv.kernel());
138 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
139 EffectKey key = conv
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c46 UConverter* conv; member in struct:UCHARBUF
52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ argument
72 *conv =NULL;
77 *conv = ucnv_open(*cp,error);
82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ argument
136 if(conv==NULL || cp==NULL || fileName==NULL){
148 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
151 ucnv_close(*conv);
152 *conv
[all...]
H A Ducbuf.h156 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
175 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
184 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c47 UConverter* conv; member in struct:UCHARBUF
53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ argument
73 *conv =NULL;
78 *conv = ucnv_open(*cp,error);
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ argument
137 if(conv==NULL || cp==NULL || fileName==NULL){
149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
152 ucnv_close(*conv);
153 *conv
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloslib.c171 static const char *checkoption (lua_State *L, const char *conv, char *buff) { argument
175 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
176 buff[1] = *conv;
179 return conv + 1;
181 else if (*(conv + 1) != '\0' &&
182 strchr(options[i + 1], *(conv + 1)) != NULL) {
183 buff[2] = *(conv + 1); /* valid two-char conversion specifier */
185 return conv + 2;
190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
[all...]
/external/libpng/contrib/libtests/
H A Dmakepng.c250 png_uint_32 value, png_const_bytep gamma_table, double conv)
284 value = (unsigned int)floor(65535*pow(value/65535.,conv)+.5);
311 int bit_depth, png_const_bytep gamma_table, double conv,
335 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
352 conv);
354 conv);
382 gamma_table, conv);
385 gamma_table, conv);
388 gamma_table, conv);
419 gamma_table, conv);
249 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, png_uint_32 value, png_const_bytep gamma_table, double conv) argument
310 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type, int bit_depth, png_const_bytep gamma_table, double conv, unsigned int *colors) argument
594 double conv; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustr_wcs.c71 UConverter* conv = NULL; local
80 conv = u_getDefaultConverter(pErrorCode);
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
216 u_releaseDefaultConverter(conv);
282 UConverter* conv = NULL; local
428 conv= u_getDefaultConverter(pErrorCode);
430 if(U_FAILURE(*pErrorCode)|| conv==NULL){
439 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
470 u_releaseDefaultConverter(conv);
/external/icu/icu4c/source/common/
H A Dustr_wcs.cpp74 UConverter* conv = NULL; local
83 conv = u_getDefaultConverter(pErrorCode);
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
223 u_releaseDefaultConverter(conv);
289 UConverter* conv = NULL; local
435 conv= u_getDefaultConverter(pErrorCode);
437 if(U_FAILURE(*pErrorCode)|| conv==NULL){
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
477 u_releaseDefaultConverter(conv);

Completed in 633 milliseconds

1234567