Home
last modified time | relevance | path

Searched defs:colwidth (Results 1 – 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DShell.java27 int colwidth[]; field in Shell
/external/python/cpython2/Lib/
Dcalendar.py596 def format(cols, colwidth=_colwidth, spacing=_spacing): argument
601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
/external/python/cpython3/Lib/
Dcalendar.py640 def format(cols, colwidth=_colwidth, spacing=_spacing): argument
645 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
/external/epid-sdk/ext/argtable3/
Dargtable3.c4879 const unsigned colwidth = (rmargin - lmargin) + 1; in arg_print_formatted() local