Home
last modified time | relevance | path

Searched defs:decimalValue (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1456 BigDecimal decimalValue = new BigDecimal(json.getAsString()); in parseUint32() local
1476 BigDecimal decimalValue = new BigDecimal(json.getAsString()); in parseUint64() local
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp917 CFX_Decimal decimalValue((FX_FLOAT)dValue, uPrecision); in Round() local