Searched defs:style (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_csv.c82 QuoteStyle style; member in struct:__anon2725
103 int quoting; /* style of quoting to write */
293 if (qs->style == quoting)
1584 StyleDesc *style; local
1613 for (style = quote_styles; style->name; style++) {
1614 if (PyModule_AddIntConstant(module, style->name,
1615 style->style)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_csv.c82 QuoteStyle style; member in struct:__anon3031
103 int quoting; /* style of quoting to write */
284 if (qs->style == quoting)
1566 StyleDesc *style; local
1595 for (style = quote_styles; style->name; style++) {
1596 if (PyModule_AddIntConstant(module, style->name,
1597 style->style)
[all...]

Completed in 71 milliseconds