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

1234

/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp211 UConverter *conv; local
215 conv = ucnv_open("koi8-r", &status);
219 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
223 ucnv_close(conv);
305 UConverter *conv; local
317 conv = ucnv_open("utf-8", &status);
320 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
322 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
339 ucnv_toUnicode(conv, &target, targetLimit,
373 ucnv_close(conv);
401 UConverter *conv; local
534 UConverter *conv; local
574 UConverter *conv = NULL; local
621 UConverter *conv = NULL; local
715 UConverter *conv = NULL, *cloneCnv = NULL; local
885 UConverter *conv = NULL; local
991 UConverter *conv = NULL; local
[all...]
/external/icu4c/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/webkit/Source/JavaScriptCore/wtf/wx/
H A DStringWx.cpp65 wxMBConvUTF16 conv;
67 const size_t utf16bufLen = conv.FromWChar(0, 0, wideString, wideLength);
71 size_t len = conv.FromWChar(utf16buf.data(), utf16bufLen, wideString, wideLength) / 2;
/external/elfutils/tests/
H A Drun-ranlib-test2.sh40 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
/external/icu4c/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/icu4c/common/
H A Dustr_wcs.c78 UConverter* conv = NULL; local
87 conv = u_getDefaultConverter(pErrorCode);
104 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);
/external/icu4c/samples/ugrep/
H A Dugrep.cpp317 UConverter* conv; local
318 conv = ucnv_open(encoding, &status);
328 uint32_t destCap = ucnv_toUChars(conv,
341 ucnv_toUChars(conv,
351 ucnv_close(conv);
/external/icu4c/tools/genbrk/
H A Dgenbrk.cpp241 UConverter* conv;
242 conv = ucnv_open(encoding, &status);
252 uint32_t destCap = ucnv_toUChars(conv,
265 ucnv_toUChars(conv,
275 ucnv_close(conv);
/external/icu4c/tools/genctd/
H A Dgenctd.cpp239 UConverter* conv;
240 conv = ucnv_open(encoding, &status);
250 uint32_t destCap = ucnv_toUChars(conv,
263 ucnv_toUChars(conv,
273 ucnv_close(conv);
/external/icu4c/test/perf/convperf/
H A Dconvperf.h26 UConverter* conv; member in class:ICUToUnicodePerfFunction
34 conv = ucnv_open(name,&status);
38 conv = NULL;
43 int32_t reqdLen = ucnv_toUChars(conv, target, 0,
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
66 ucnv_close(conv);
71 UConverter* conv; member in class:ICUFromUnicodePerfFunction
80 conv = ucnv_open(name,&status);
84 conv = NULL;
89 int32_t reqdLen = ucnv_fromUChars(conv, targe
[all...]
/external/e2fsprogs/intl/
H A DgettextP.h117 __gconv_t conv; member in struct:loaded_domain
120 iconv_t conv; member in struct:loaded_domain
H A Dloadmsgcat.c787 domain->conv = (__gconv_t) -1;
790 domain->conv = (iconv_t) -1;
848 if (__gconv_open (outcharset, charset, &domain->conv,
851 domain->conv = (__gconv_t) -1;
868 domain->conv = iconv_open (outcharset, charset);
874 domain->conv = iconv_open (outcharset, charset);
895 if (domain->conv != (__gconv_t) -1)
896 __gconv_close (domain->conv);
899 if (domain->conv != (iconv_t) -1)
900 iconv_close (domain->conv);
[all...]
/external/clang/test/CodeGenCXX/
H A Dcondition.cpp71 switch (ConvertibleToInt conv = ConvertibleToInt()) {
/external/icu4c/test/intltest/
H A Didnaconf.cpp105 UConverter* conv = ucnv_open("utf-8", &status); local
106 int dest_len = ucnv_toUChars(conv,
117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
124 ucnv_close(conv);
129 ucnv_close(conv);
/external/icu4c/test/cintltst/
H A Dncnvtst.c913 UConverter *conv=NULL; local
917 conv=ucnv_open(ucnv_getAvailableName(i), &status);
923 ucnv_close(conv);
1022 UConverter *conv = 0; local
1023 conv = ucnv_open(codepage, &status);
1029 log_verbose("Converter %s opened..\n", ucnv_getName(conv, &status));
1041 ucnv_fromUnicode (conv,
1049 ucnv_close(conv);
1101 UConverter *conv = 0; local
1114 conv
1198 UConverter *conv = 0; local
1370 UConverter *conv = 0; local
[all...]
H A Dncnvfbts.c135 UConverter *conv = 0; local
162 conv = my_ucnv_open(codepage, &status);
171 ucnv_setFallback (conv, fallback);
172 action = ucnv_usesFallback(conv);
208 ucnv_fromUnicode (conv,
249 ucnv_close(conv);
296 UConverter *conv = 0; local
326 conv = my_ucnv_open(codepage, &status);
343 ucnv_setFallback (conv, fallback);
344 action = ucnv_usesFallback(conv);
[all...]
H A Dcintltst.c505 UConverter* conv = ucnv_open(convName, &errorCode); local
512 ucnv_setFromUCallBack(conv, UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_C, &cb, &p, &errorCode);
513 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
514 ucnv_close(conv);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h66 PseudoTcp(IPseudoTcpNotify* notify, uint32 conv);
118 uint32 conv, seq, ack; member in struct:cricket::PseudoTcp::Segment
/external/libxml2/
H A DxmlIO.c2458 ret->conv = xmlBufferCreateSize(4000);
2459 if (ret->conv == NULL) {
2467 xmlCharEncOutFunc(encoder, ret->conv, NULL);
2469 ret->conv = NULL;
2513 ret->conv = xmlBufferCreateSize(4000);
2514 if (ret->conv == NULL) {
2522 xmlCharEncOutFunc(encoder, ret->conv, NULL);
2524 ret->conv = NULL;
2587 if (out->conv) {
2588 xmlBufferFree(out->conv);
[all...]
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp93 Convertible conv; local
96 Base &bar3 = i1 ? base : conv;
97 Base &bar4 = i1 ? conv : base;
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp82 APInt conv(64, num);
84 conv.toString(result, Radix, false, true);
/external/qemu/audio/
H A Daudio_int.h96 t_sample *conv; member in struct:HWVoiceIn
113 t_sample *conv; member in struct:SWVoiceOut
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl614 my ($reg,$conv)=@_;
615 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
616 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
617 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
618 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
H A Drc4-x86_64.pl663 my ($reg,$conv)=@_;
664 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
665 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
666 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
667 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }

Completed in 585 milliseconds

1234