Searched refs:only_whitespaces (Results 1 – 1 of 1) sorted by relevance
56 bool only_whitespaces = true; in HexStringToInteger() local57 while (only_whitespaces && text[idx]) in HexStringToInteger()58 only_whitespaces = (text[idx++] == ' '); in HexStringToInteger()59 if (!only_whitespaces) in HexStringToInteger()