Searched refs:characters_wanted (Results 1 – 2 of 2) sorted by relevance
153 static inline void BuildLookupTable(StringPiece characters_wanted, in BuildLookupTable() argument155 const stringpiece_ssize_type length = characters_wanted.length(); in BuildLookupTable()156 const char* const data = characters_wanted.data(); in BuildLookupTable()
26 inline void BuildLookupTable(const StringPiece& characters_wanted, in BuildLookupTable() argument28 const size_t length = characters_wanted.length(); in BuildLookupTable()29 const char* const data = characters_wanted.data(); in BuildLookupTable()