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 D | testucs.c | 168 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 D | apr_arch_utf8.h | 51 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 D | internal.c | 76 (void)apr_conv_ucs2_to_utf8(arr[arg], &len, in apr_wastrtoastr()
|
H A D | utf8.c | 182 APR_DECLARE(apr_status_t) apr_conv_ucs2_to_utf8(const apr_wchar_t *in, in apr_conv_ucs2_to_utf8() function
|
H A D | env.c | 85 status = apr_conv_ucs2_to_utf8(wvalue, &inchars, val, &outchars); in apr_env_get()
|
H A D | start.c | 70 (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 D | open.c | 130 if ((rv = apr_conv_ucs2_to_utf8(srcstr, &srcremains, t, &retlen))) { in unicode_to_utf8_path()
|