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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c95 etByte charset; /* Offset into aDigits[] of the digits string */
111 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
443 cset = &aDigits[infop->charset];
582 *(bufpt++) = aDigits[infop->charset];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18593 etByte charset; /* Offset into aDigits[] of the digits string */
18609 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
18941 cset = &aDigits[infop->charset];
19080 *(bufpt++) = aDigits[infop->charset];
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19422 etByte charset; /* Offset into aDigits[] of the digits string */
19438 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
19743 cset = &aDigits[infop->charset];
19888 *(bufpt++) = aDigits[infop->charset];
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19422 etByte charset; /* Offset into aDigits[] of the digits string */
19438 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
19743 cset = &aDigits[infop->charset];
19888 *(bufpt++) = aDigits[infop->charset];
[all...]

Completed in 1152 milliseconds