Searched refs:wide_str (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | win32_xlate.c | 199 WCHAR * wide_str; in svn_subr__win32_xlate_to_stringbuf() local 218 wide_str = alloca(wide_size * sizeof(WCHAR)); in svn_subr__win32_xlate_to_stringbuf() 222 wide_str = apr_palloc(pool, wide_size * sizeof(WCHAR)); in svn_subr__win32_xlate_to_stringbuf() 226 wide_str, wide_size); in svn_subr__win32_xlate_to_stringbuf() 231 retval = WideCharToMultiByte(handle->to_page_id, 0, wide_str, wide_size, in svn_subr__win32_xlate_to_stringbuf() 242 retval = WideCharToMultiByte(handle->to_page_id, 0, wide_str, wide_size, in svn_subr__win32_xlate_to_stringbuf()
|
| HD | utf.c | 1190 WCHAR *wide_str; in svn_utf__win32_utf8_to_utf16() local 1204 wide_str = apr_palloc(result_pool, in svn_utf__win32_utf8_to_utf16() 1205 (prefix_len + wide_count + 1) * sizeof(*wide_str)); in svn_utf__win32_utf8_to_utf16() 1207 memcpy(wide_str, prefix, prefix_len * sizeof(*wide_str)); in svn_utf__win32_utf8_to_utf16() 1209 wide_str + prefix_len, wide_count)) in svn_utf__win32_utf8_to_utf16() 1213 wide_str[prefix_len + wide_count] = 0; in svn_utf__win32_utf8_to_utf16() 1214 *result = wide_str; in svn_utf__win32_utf8_to_utf16()
|