Searched refs:c_future_unicode (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c21 int c_future_unicode; /* __future__ unicode literals flag */ member in struct:compiling
237 c.c_future_unicode = flags && flags->cf_flags & CO_FUTURE_UNICODE_LITERALS;
3465 int unicode = c->c_future_unicode;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c21 int c_future_unicode; /* __future__ unicode literals flag */ member in struct:compiling
237 c.c_future_unicode = flags && flags->cf_flags & CO_FUTURE_UNICODE_LITERALS;
3448 int unicode = c->c_future_unicode;

Completed in 28 milliseconds