Home
last modified time | relevance | path

Searched refs:apr_conv_ucs2_to_utf8 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/internal/
H A Dtestucs.c168 rc = apr_conv_ucs2_to_utf8(s.w, &wl, s.n, &nl); in test_wrange()
200 rc = apr_conv_ucs2_to_utf8(s.w, &wl, s.n, &nl); in test_wrange()
254 wrc = apr_conv_ucs2_to_utf8(wtest.w, &inlen, wtest.n, &wtest.nl); in test_ranges()
270 if (apr_conv_ucs2_to_utf8(wtest.w, &inlen, wtest.n, &wtest.nl) in test_ranges()
311 if (apr_conv_ucs2_to_utf8(wtest.w, &inlen, wtest.n, &wtest.nl) in test_ranges()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_utf8.h51 APR_DECLARE(apr_status_t) apr_conv_ucs2_to_utf8(const apr_wchar_t *in,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/win32/
H A Dinternal.c76 (void)apr_conv_ucs2_to_utf8(arr[arg], &len, in apr_wastrtoastr()
H A Dutf8.c182 APR_DECLARE(apr_status_t) apr_conv_ucs2_to_utf8(const apr_wchar_t *in, in apr_conv_ucs2_to_utf8() function
H A Denv.c85 status = apr_conv_ucs2_to_utf8(wvalue, &inchars, val, &outchars); in apr_env_get()
H A Dstart.c70 (void)apr_conv_ucs2_to_utf8(arrsz, &wsize, strs, &newlen); in warrsztoastr()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c130 if ((rv = apr_conv_ucs2_to_utf8(srcstr, &srcremains, t, &retlen))) { in unicode_to_utf8_path()