Home
last modified time | relevance | path

Searched refs:bExpSign (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1251 bool bExpSign = false; in ParseNum() local
1269 bExpSign = true; in ParseNum()
1277 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1443 bool bExpSign = false; in ParseNum() local
1449 bExpSign = true; in ParseNum()
1462 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()