Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c476 static const char zOrd[] = "thstndrd"; in sqlite3_str_vappendf() local
481 *(--bufpt) = zOrd[x*2+1]; in sqlite3_str_vappendf()
482 *(--bufpt) = zOrd[x*2]; in sqlite3_str_vappendf()