Lines Matching refs:STANDARD
53 STANDARD,
76 STANDARD,
167 DCHECK(currency_sign == CurrencySign::STANDARD);
175 DCHECK(currency_sign == CurrencySign::STANDARD);
181 DCHECK(currency_sign == CurrencySign::STANDARD);
187 DCHECK(currency_sign == CurrencySign::STANDARD);
195 case Notation::STANDARD:
517 return Notation::STANDARD;
528 case Notation::STANDARD:
1275 CurrencySign currency_sign = CurrencySign::STANDARD;
1280 {CurrencySign::STANDARD, CurrencySign::ACCOUNTING},
1281 CurrencySign::STANDARD);
1416 Notation notation = Notation::STANDARD;
1422 {Notation::STANDARD, Notation::SCIENTIFIC, Notation::ENGINEERING,
1424 Notation::STANDARD);
1496 // The default notation in ICU is Simple, which mapped from STANDARD
1498 if (notation != Notation::STANDARD) {
1568 // SignDisplay::AUTO and CurrencySign::STANDARD so we can skip setting
1571 currency_sign != CurrencySign::STANDARD) {