Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp39 CurrencySignOption::STANDARD, CurrencySignOption::ACCOUNTING
138 case CurrencySignOption::ACCOUNTING: in OptionToEcmaString()
709 // if CurrencySign is ACCOUNTING, Use the locale-dependent accounting format on negative numbers in InitializeNumberFormat()
710 if (currencySign == CurrencySignOption::ACCOUNTING) { in InitializeNumberFormat()
720 // if CurrencySign is ACCOUNTING, Use the locale-dependent accounting format on negative numbers in InitializeNumberFormat()
721 if (currencySign == CurrencySignOption::ACCOUNTING) { in InitializeNumberFormat()
728 // if CurrencySign is ACCOUNTING, Use the locale-dependent accounting format on negative numbers in InitializeNumberFormat()
729 if (currencySign == CurrencySignOption::ACCOUNTING) { in InitializeNumberFormat()
H A Djs_number_format.h36 enum class CurrencySignOption : uint8_t { STANDARD = 0x01, ACCOUNTING, EXCEPTION }; member in panda::ecmascript::CurrencySignOption

Completed in 5 milliseconds