Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c513 static u32 jsonHexToInt4(const char *z){ in jsonHexToInt4() function
628 u32 v = jsonHexToInt4(z+i+1); in jsonReturn()
642 && ((vlo = jsonHexToInt4(z+i+3))&0xfc00)==0xdc00 in jsonReturn()