Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc310 size_t first_per = unit.find("-per-"); in IsWellFormedUnitIdentifier() local
311 if (first_per == std::string::npos || in IsWellFormedUnitIdentifier()
312 unit.find("-per-", first_per + 5) != std::string::npos) { in IsWellFormedUnitIdentifier()
318 std::string numerator = unit.substr(0, first_per); in IsWellFormedUnitIdentifier()
328 std::string denominator = unit.substr(first_per + 5); in IsWellFormedUnitIdentifier()

Completed in 4 milliseconds