Home
last modified time | relevance | path

Searched refs:unicode_decode (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/atsc/
H A Datsc_text.c608 static inline int unicode_decode(uint8_t *srcbuf, size_t srcbuflen, int mode, in unicode_decode() function
728 return unicode_decode(buf, segment->number_bytes, segment->mode, in atsc_text_segment_decode()
/dports/textproc/R-cran-readxl/readxl/src/libxls/
H A Dxlstool.h43 char *unicode_decode(const char *s, size_t len, size_t *newlen, const char* encoding);
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dxlstool.h41 char *unicode_decode(const char *s, size_t len, xlsWorkBook *pWB);
/dports/textproc/R-cran-readxl/readxl/src/
H A Dxlstool.c298 char* unicode_decode(const char *s, size_t len, size_t *newlen, const char* to_enc) in unicode_decode() function
354 ret = unicode_decode(str+ofs, ln*2, NULL, charset); in get_string()
605 ret = unicode_decode((char *)label, len*2, NULL, pWB->charset); in xls_getfcell()
H A Dole.c482 name=unicode_decode(pss->name, pss->bsize, 0, "UTF-8"); in ole2_read_body()
H A Dxls.c225 ret=unicode_decode((char *)buf+ofs,ln_toread*2,&new_len,pWB->charset); in xls_appendSST()
/dports/math/libxls/libxls-1.6.2/src/
H A Dxlstool.c351 char* unicode_decode(const char *s, size_t len, xlsWorkBook *pWB) in unicode_decode() function
428 ret = unicode_decode(str+ofs, ln*2, pWB); in get_string()
674 ret = unicode_decode((char *)label, len*2, pWB); in xls_getfcell()
H A Dxls.c229 ret=unicode_decode((char *)buf+ofs, ln_toread*2, pWB); in xls_appendSST()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_ssh.erl168 rfc4716_decode_lines(Lines, [{string_decode(Tag), unicode_decode(Value)} | Acc]);
349 unicode_decode(BinStr).
351 unicode_decode(BinStr) -> function
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dsieve.c1301 unicode_decode(uschar *src, uschar *end, uschar *dst) in unicode_decode() function
1407 switch (unicode_decode(src+10,brace,(uschar*)0)) in string_decode()
1421 dst+=unicode_decode(src+10,brace,dst); in string_decode()
/dports/multimedia/pHash/pHash-0.9.6/bindings/php/
H A Drun-tests.php1233 $line = unicode_decode($line, "utf-8");
/dports/multimedia/php-pHash/pHash-0.9.6/bindings/php/
H A Drun-tests.php1233 $line = unicode_decode($line, "utf-8");
/dports/devel/py-demjson/demjson-2.2.4/
H A Ddemjson.py1223 def unicode_decode( txt, encoding=None ): member in helpers
1675 decoded = helpers.unicode_decode( txt, encoding )

12