Searched refs:BuildLookupTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.cc94 static inline void BuildLookupTable(const StringPiece& characters_wanted, function in namespace:i18n::phonenumbers
108 // Avoid the cost of BuildLookupTable() for a single-character search.
113 BuildLookupTable(s, lookup);
130 // Avoid the cost of BuildLookupTable() for a single-character search.
135 BuildLookupTable(s, lookup);
160 // Avoid the cost of BuildLookupTable() for a single-character search.
165 BuildLookupTable(s, lookup);
184 // Avoid the cost of BuildLookupTable() for a single-character search.
189 BuildLookupTable(s, lookup);
/external/chromium_org/base/strings/
H A Dstring_piece.cc22 inline void BuildLookupTable(const StringPiece& characters_wanted, function in namespace:base::__anon2467
202 // Avoid the cost of BuildLookupTable() for a single-character search.
207 BuildLookupTable(s, lookup);
237 // Avoid the cost of BuildLookupTable() for a single-character search.
242 BuildLookupTable(s, lookup);
304 // Avoid the cost of BuildLookupTable() for a single-character search.
309 BuildLookupTable(s, lookup);
349 // Avoid the cost of BuildLookupTable() for a single-character search.
354 BuildLookupTable(s, lookup);

Completed in 1007 milliseconds