Searched defs: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.c18914 static const char zOrd[] = "thstndrd"; local
18919 buf[etBUFSIZE-3] = zOrd[x*2];
18920 buf[etBUFSIZE-2] = zOrd[x*2+1];
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20929 static const char zOrd[] = "thstndrd"; local
20934 *(--bufpt) = zOrd[x*2+1];
20935 *(--bufpt) = zOrd[x*2];
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20929 static const char zOrd[] = "thstndrd"; local
20934 *(--bufpt) = zOrd[x*2+1];
20935 *(--bufpt) = zOrd[x*2];
[all...]

Completed in 381 milliseconds