/external/cronet/tot/third_party/apache-portable-runtime/src/misc/win32/ |
D | env.c | 36 status = apr_conv_utf8_to_ucs2(envvar, &inchars, buffer, &bufflen); in widen_envvar_name() 142 status = apr_conv_utf8_to_ucs2(value, &inchars, wvalue, &outchars); in apr_env_set()
|
D | utf8.c | 71 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in, in apr_conv_utf8_to_ucs2() function
|
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/win32/ |
D | env.c | 36 status = apr_conv_utf8_to_ucs2(envvar, &inchars, buffer, &bufflen); in widen_envvar_name() 142 status = apr_conv_utf8_to_ucs2(value, &inchars, wvalue, &outchars); in apr_env_set()
|
D | utf8.c | 71 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in, in apr_conv_utf8_to_ucs2() function
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/win32/ |
D | apr_arch_utf8.h | 37 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/win32/ |
D | apr_arch_utf8.h | 37 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/win32/ |
D | proc.c | 268 if ((rv = apr_conv_utf8_to_ucs2(username, &len, wusername, &wlen)) in apr_procattr_user_set() 282 if ((rv = apr_conv_utf8_to_ucs2(password, &len, wpassword, &wlen)) in apr_procattr_user_set() 677 if ((rv = apr_conv_utf8_to_ucs2(env[i], &in, 733 if ((rv = apr_conv_utf8_to_ucs2(progname, &nprg, wprg, &nwprg)) 749 if ((rv = apr_conv_utf8_to_ucs2(cmdline, &ncmd, wcmd, &nwcmd)) 766 if ((rv = apr_conv_utf8_to_ucs2(attr->currdir, &ncwd,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/win32/ |
D | proc.c | 268 if ((rv = apr_conv_utf8_to_ucs2(username, &len, wusername, &wlen)) in apr_procattr_user_set() 282 if ((rv = apr_conv_utf8_to_ucs2(password, &len, wpassword, &wlen)) in apr_procattr_user_set() 677 if ((rv = apr_conv_utf8_to_ucs2(env[i], &in, 733 if ((rv = apr_conv_utf8_to_ucs2(progname, &nprg, wprg, &nwprg)) 749 if ((rv = apr_conv_utf8_to_ucs2(cmdline, &ncmd, wcmd, &nwcmd)) 766 if ((rv = apr_conv_utf8_to_ucs2(attr->currdir, &ncwd,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/internal/ |
D | testucs.c | 116 rc = apr_conv_utf8_to_ucs2(s.n, &nl, s.w, &wl); in test_nrange() 230 nrc = apr_conv_utf8_to_ucs2(ntest.n, &inlen, ntest.w, &ntest.wl); in test_ranges()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/internal/ |
D | testucs.c | 116 rc = apr_conv_utf8_to_ucs2(s.n, &nl, s.w, &wl); in test_nrange() 230 nrc = apr_conv_utf8_to_ucs2(ntest.n, &inlen, ntest.w, &ntest.wl); in test_ranges()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/win32/ |
D | dso.c | 144 rv = apr_conv_utf8_to_ucs2(wsymname, &wsymlen, symname, &symlen); in apr_dso_sym()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/win32/ |
D | dso.c | 144 rv = apr_conv_utf8_to_ucs2(wsymname, &wsymlen, symname, &symlen); in apr_dso_sym()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/ |
D | open.c | 89 if ((rv = apr_conv_utf8_to_ucs2(srcstr, &srcremains, t, &retlen))) { in utf8_to_unicode_path() 171 if (apr_conv_utf8_to_ucs2(file, &n, wfile + r, &d)) { in res_name_from_filename()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/ |
D | open.c | 89 if ((rv = apr_conv_utf8_to_ucs2(srcstr, &srcremains, t, &retlen))) { in utf8_to_unicode_path() 171 if (apr_conv_utf8_to_ucs2(file, &n, wfile + r, &d)) { in res_name_from_filename()
|