Home
last modified time | relevance | path

Searched refs:found_dash (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-locale.cc186 std::size_t found_dash = value.find("-"); in Is38AlphaNumList() local
187 if (found_dash == std::string::npos) { in Is38AlphaNumList()
190 if (!IsAlphanum(value.substr(0, found_dash), 3, 8)) return false; in Is38AlphaNumList()
191 value = value.substr(found_dash + 1); in Is38AlphaNumList()