Searched refs:HEX_INT_LENGTH (Results 1 – 1 of 1) sorted by relevance
510 constexpr int32_t HEX_INT_LENGTH = 8; in IsValidHexInteger() local511 if (hexStr.length() > HEX_INT_LENGTH) { in IsValidHexInteger()