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