Searched refs:IsBase16 (Results 1 – 1 of 1) sorted by relevance
113 const bool IsBase16 = B == Base::Hex; in process() local115 (IsBase16 && SkipHex) || B == Base::Other) { in process()122 Text.find_first_of(IsBase16 ? Suffixes.drop_back() : Suffixes); in process()129 (IsBase16 && Text.find_last_of(".pP") != StringRef::npos)) { in process()145 } else if (IsBase16) { in process()