Home
last modified time | relevance | path

Searched refs:push_codepoint_handle (Results 1 – 5 of 5) sorted by relevance

/dports/net/samba412/samba-4.12.15/lib/util/charset/
H A Dutil_unistr.c68 c_size = push_codepoint_handle(iconv_handle, dest+size, c); in strlower_talloc_handle()
122 c_size = push_codepoint_handle(iconv_handle, dest+size, c); in strupper_talloc_n_handle()
H A Dcodepoints.c16788 _PUBLIC_ ssize_t push_codepoint_handle(struct smb_iconv_handle *ic, in push_codepoint_handle() function
16855 return push_codepoint_handle(get_iconv_handle(), str, c); in push_codepoint()
H A Dcharset.h193 ssize_t push_codepoint_handle(struct smb_iconv_handle *ic,
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dutil_str.c423 c_size2 = push_codepoint_handle(iconv_handle, d, tolower_m(c));
511 c_size2 = push_codepoint_handle(iconv_handle, d, toupper_m(c));
/dports/net/samba412/samba-4.12.15/lib/util/charset/tests/
H A Diconv.c306 size = push_codepoint_handle(lpcfg_iconv_handle(tctx->lp_ctx), (char *)buf, codepoint); in test_codepoint()