HomeSort by relevance Sort by last modified time
    Searched defs:unichars (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/Modules/cf/
pycfbridge.c 282 UniChar *unichars; local
294 if ((unichars = PyUnicode_AsUnicode(src)) == NULL ) goto err;
295 *dst = CFStringCreateWithCharacters((CFAllocatorRef)NULL, unichars, size);
_CFmodule.c 1836 UniChar *unichars = PyUnicode_AsUnicode(v); local
    [all...]

Completed in 164 milliseconds