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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18971 etByte charset; /* Offset into aDigits[] of the digits string */
18987 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
19319 cset = &aDigits[infop->charset];
19458 *(bufpt++) = aDigits[infop->charset];
[all...]

Completed in 400 milliseconds