Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp85 FX_BOOL bDot = FALSE; in IsNumber() local
91 if (bDot) in IsNumber()
93 bDot = TRUE; in IsNumber()
199 FX_BOOL& bDot, in ParseNumber() argument
202 bDot = FALSE; in ParseNumber()
253 if (!bDot) { in ParseNumber()
262 bDot = TRUE; in ParseNumber()
286 if (p != pStart && !bDot && bDigitExist) { in ParseNumber()
288 bDot = TRUE; in ParseNumber()
290 bDot = FALSE; in ParseNumber()
[all …]
DPublicMethods.h149 FX_BOOL& bDot);
156 FX_BOOL& bDot,
DField.cpp2743 FX_BOOL bDot; in value() local
2745 bDot)) { in value()
2746 if (bDot) in value()
2771 FX_BOOL bDot; in value() local
2773 bDot)) { in value()
2774 if (bDot) in value()