Searched refs:ValueIsNull (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1352 if (ValueIsNull(pThis, argOne.get())) { in Abs() 1441 if (ValueIsNull(pThis, argValue.get())) { in Ceil() 1513 if (ValueIsNull(pThis, argValue.get())) { in Floor() 1855 if (ValueIsNull(pThis, dateValue.get())) { in Date2Num() 1864 if (ValueIsNull(pThis, formatValue.get())) { in Date2Num() 1874 if (ValueIsNull(pThis, localeValue.get())) { in Date2Num() 1953 if (ValueIsNull(pThis, argOne.get())) { in IsoTime2Num() 2081 if (ValueIsNull(pThis, dateValue.get())) { in Num2Date() 2094 if (ValueIsNull(pThis, formatValue.get())) { in Num2Date() 2104 if (ValueIsNull(pThis, localeValue.get())) { in Num2Date() [all …]
|
D | cfxjse_formcalc_context.h | 377 static bool ValueIsNull(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
|