Home
last modified time | relevance | path

Searched refs:apr_conv_utf8_to_ucs2 (Results 1 – 14 of 14) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/misc/win32/
Denv.c36 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()
Dutf8.c71 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/
Denv.c36 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()
Dutf8.c71 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/
Dapr_arch_utf8.h37 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/
Dapr_arch_utf8.h37 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in,
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/win32/
Dproc.c268 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/
Dproc.c268 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/
Dtestucs.c116 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/
Dtestucs.c116 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/
Ddso.c144 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/
Ddso.c144 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/
Dopen.c89 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/
Dopen.c89 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()