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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c431 static const char zOrd[] = "thstndrd"; local
436 buf[etBUFSIZE-3] = zOrd[x*2];
437 buf[etBUFSIZE-2] = zOrd[x*2+1];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18929 static const char zOrd[] = "thstndrd"; local
18934 buf[etBUFSIZE-3] = zOrd[x*2];
18935 buf[etBUFSIZE-2] = zOrd[x*2+1];
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19732 static const char zOrd[] = "thstndrd"; local
19737 *(--bufpt) = zOrd[x*2+1];
19738 *(--bufpt) = zOrd[x*2];
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19732 static const char zOrd[] = "thstndrd"; local
19737 *(--bufpt) = zOrd[x*2+1];
19738 *(--bufpt) = zOrd[x*2];
[all...]

Completed in 652 milliseconds