HomeSort by relevance Sort by last modified time
    Searched defs:HexStringToInt (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_number_conversions.cc 518 bool HexStringToInt(const std::string& input, int* output) {
524 bool HexStringToInt(std::string::const_iterator begin,
533 bool HexStringToInt(const char* begin, const char* end, int* output) {
  /external/chromium_org/base/strings/
string_number_conversions.cc 497 bool HexStringToInt(const StringPiece& input, int* output) {

Completed in 3300 milliseconds