Searched refs:utParseInteger (Results 1 – 2 of 2) sorted by relevance
176 bool utParseInteger(int64 *dest, char *string);
776 bool utParseInteger( in utParseInteger() function836 if(!utParseInteger(&value, string)) { in readInteger()