Searched refs:strtounicode (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
H A Dformatter.h912 strtounicode(Py_UNICODE *buffer, const char *charbuffer, Py_ssize_t len) function
1015 strtounicode(unicode_tmp, buf, n_digits);
1193 strtounicode(re_unicode_tmp, re_buf, n_re_digits);
1201 strtounicode(im_unicode_tmp, im_buf, n_im_digits);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dformatter.h914 strtounicode(Py_UNICODE *buffer, const char *charbuffer, Py_ssize_t len) function
1011 strtounicode(unicode_tmp, buf, n_digits);
1184 strtounicode(re_unicode_tmp, re_buf, n_re_digits);
1192 strtounicode(im_unicode_tmp, im_buf, n_im_digits);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c8120 strtounicode(Py_UNICODE *buffer, const char *charbuffer) function
8136 result = strtounicode(buffer, (char *)buffer);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c8016 strtounicode(Py_UNICODE *buffer, const char *charbuffer) function
8032 result = strtounicode(buffer, (char *)buffer);

Completed in 70 milliseconds