Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc1292 std::pair<icu::MeasureUnit, icu::MeasureUnit> unit_pair; in New() local
1309 unit_pair = maybe_wellformed_unit.FromJust(); in New()
1371 if (unit_pair.first != none) { in New()
1372 settings = settings.unit(unit_pair.first); in New()
1374 if (unit_pair.second != none) { in New()
1375 settings = settings.perUnit(unit_pair.second); in New()

Completed in 4 milliseconds