Searched refs:etByte (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c82 ** An "etByte" is an 8-bit unsigned value.
84 typedef unsigned char etByte; typedef
92 etByte base; /* The base for radix conversion */
93 etByte flags; /* One or more of FLAG_ constants below */
94 etByte type; /* Conversion paradigm */
95 etByte charset; /* Offset into aDigits[] of the digits string */
96 etByte prefix; /* Offset into aPrefix[] of the prefix string */
240 etByte flag_leftjustify; /* True if "-" flag is present */
241 etByte flag_plussign; /* True if "+" flag is present */
242 etByte flag_blanksig
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18580 ** An "etByte" is an 8-bit unsigned value.
18582 typedef unsigned char etByte; typedef
18590 etByte base; /* The base for radix conversion */
18591 etByte flags; /* One or more of FLAG_ constants below */
18592 etByte type; /* Conversion paradigm */
18593 etByte charset; /* Offset into aDigits[] of the digits string */
18594 etByte prefix; /* Offset into aPrefix[] of the prefix string */
18738 etByte flag_leftjustify; /* True if "-" flag is present */
18739 etByte flag_plussign; /* True if "+" flag is present */
18740 etByte flag_blanksig
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19409 ** An "etByte" is an 8-bit unsigned value.
19411 typedef unsigned char etByte; typedef
19419 etByte base; /* The base for radix conversion */
19420 etByte flags; /* One or more of FLAG_ constants below */
19421 etByte type; /* Conversion paradigm */
19422 etByte charset; /* Offset into aDigits[] of the digits string */
19423 etByte prefix; /* Offset into aPrefix[] of the prefix string */
19539 etByte flag_leftjustify; /* True if "-" flag is present */
19540 etByte flag_plussign; /* True if "+" flag is present */
19541 etByte flag_blanksig
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19409 ** An "etByte" is an 8-bit unsigned value.
19411 typedef unsigned char etByte; typedef
19419 etByte base; /* The base for radix conversion */
19420 etByte flags; /* One or more of FLAG_ constants below */
19421 etByte type; /* Conversion paradigm */
19422 etByte charset; /* Offset into aDigits[] of the digits string */
19423 etByte prefix; /* Offset into aPrefix[] of the prefix string */
19539 etByte flag_leftjustify; /* True if "-" flag is present */
19540 etByte flag_plussign; /* True if "+" flag is present */
19541 etByte flag_blanksig
[all...]

Completed in 386 milliseconds