Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_unicode.py11 wcslen = dll.my_wcslen
/third_party/python/Modules/_ctypes/
D_ctypes_test.c392 EXPORT(size_t) my_wcslen(wchar_t *src) in my_wcslen() function