Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp300 // 5. Let denominator be the substring of unitIdentifier from just after "-per-" to the end. in IsWellFormedUnitIdentifier()
301 std::string denominator = unit.substr(pos + JSNumberFormat::PERUNIT_STRING); in IsWellFormedUnitIdentifier() local
303 // 6. If the result of IsSanctionedUnitIdentifier(denominator) is false, then in IsWellFormedUnitIdentifier()
306 if (IsSanctionedSimpleUnitIdentifier(denominator)) { in IsWellFormedUnitIdentifier()
307 perResult = ToMeasureUnit(denominator); in IsWellFormedUnitIdentifier()

Completed in 2 milliseconds