Searched refs:zOrd (Results 1 – 2 of 2) sorted by relevance
19307 static const char zOrd[] = "thstndrd"; in sqlite3VXPrintf() local19312 buf[etBUFSIZE-3] = zOrd[x*2]; in sqlite3VXPrintf()19313 buf[etBUFSIZE-2] = zOrd[x*2+1]; in sqlite3VXPrintf()
28556 static const char zOrd[] = "thstndrd";28561 *(--bufpt) = zOrd[x*2+1];28562 *(--bufpt) = zOrd[x*2];