Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dtotype.c130 int nonNum = 0; in totypeAtoi64() local
155 if( (c!=0 && &zNum[i]<zEnd) || (i==0 && zStart==zNum) || i>19 || nonNum ){ in totypeAtoi64()
215 int nonNum = 0; in totypeAtoF() local
350 return z>=zEnd && nDigits>0 && eValid && nonNum==0; in totypeAtoF()
/sqlite-3.40.0/src/
H A Dutil.c711 int nonNum = 0; /* True if input contains UTF16 with high byte non-zero */ in sqlite3Atoi64() local
723 nonNum = i<length; in sqlite3Atoi64()
758 }else if( nonNum ){ /* UTF16 with high-order bytes non-zero */ in sqlite3Atoi64()