Searched refs:totypeIsspace (Results 1 – 1 of 1) sorted by relevance
70 static int totypeIsspace(unsigned char c){ in totypeIsspace() function134 while( zNum<zEnd && totypeIsspace(*zNum) ) zNum++; in totypeAtoi64()220 while( z<zEnd && totypeIsspace(*z) ) z++; in totypeAtoF()281 while( z<zEnd && totypeIsspace(*z) ) z++; in totypeAtoF()403 if( nStr && !totypeIsspace(zStr[0]) ){ in tointegerFunc()473 if( nStr && !totypeIsspace(zStr[0]) && !totypeIsspace(zStr[nStr-1]) ){ in torealFunc()