Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c597 const wchar_t *orig_w; in PyUnicode_FromWideChar() local
605 orig_w = w; in PyUnicode_FromWideChar()
611 w = orig_w; in PyUnicode_FromWideChar()