Searched refs:utf32str (Results 1 – 2 of 2) sorted by relevance
1130 const apr_int32_t *utf32str, in svn_utf__utf32_to_utf8() argument1147 const apr_int32_t *endp = utf32str; in svn_utf__utf32_to_utf8()1150 utf32len = (endp - utf32str); in svn_utf__utf32_to_utf8()1163 const apr_int32_t code = SWAP_LONG(utf32str[offset]); in svn_utf__utf32_to_utf8()1166 utf32str = ucs4buf.data; in svn_utf__utf32_to_utf8()1174 &resultbuf, utf32str, utf32len, &length)); in svn_utf__utf32_to_utf8()
284 const apr_int32_t *utf32str,