Searched refs:__IsHex (Results 1 – 2 of 2) sorted by relevance
693 …if (self.__IsHex(Value) or Value.isdigit()) and (self.__IsHex(MacroValue) or (MacroValue != None a…738 …if (self.__IsHex(Value) or Value.isdigit()) and (self.__IsHex(Profile.MacroValue) or (Profile.Macr…990 def __IsHex(self, HexStr): member in FdfParser1012 if self.__IsHex(self.__Token):
1198 def __IsHex(self, HexStr): member in FdfParser1220 if self.__IsHex(self.__Token):