Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc290 icu::MeasureUnit IsSanctionedUnitIdentifier(const std::string& unit) { in IsSanctionedUnitIdentifier() function
299 icu::MeasureUnit result = IsSanctionedUnitIdentifier(unit); in IsWellFormedUnitIdentifier()
301 // 1. If the result of IsSanctionedUnitIdentifier(unitIdentifier) is true, in IsWellFormedUnitIdentifier()
320 // 4. If the result of IsSanctionedUnitIdentifier(numerator) is false, then in IsWellFormedUnitIdentifier()
321 result = IsSanctionedUnitIdentifier(numerator); in IsWellFormedUnitIdentifier()
330 // 6. If the result of IsSanctionedUnitIdentifier(denominator) is false, then in IsWellFormedUnitIdentifier()
331 icu::MeasureUnit den_result = IsSanctionedUnitIdentifier(denominator); in IsWellFormedUnitIdentifier()

Completed in 7 milliseconds