Home
last modified time | relevance | path

Searched refs:strtounicode (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dformatter.h920 strtounicode(Py_UNICODE *buffer, const char *charbuffer, Py_ssize_t len) in strtounicode() function
1023 strtounicode(unicode_tmp, buf, n_digits); in format_float_internal()
1201 strtounicode(re_unicode_tmp, re_buf, n_re_digits); in format_complex_internal()
1209 strtounicode(im_unicode_tmp, im_buf, n_im_digits); in format_complex_internal()
/external/python/cpython2/Objects/
Dunicodeobject.c8133 strtounicode(Py_UNICODE *buffer, const char *charbuffer) in strtounicode() function
8149 result = strtounicode(buffer, (char *)buffer); in longtounicode()