Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3407 ByteString bsFirstUnit; in UnitValue() local
3412 bsFirstUnit += pData[u]; in UnitValue()
3415 bsFirstUnit.MakeLower(); in UnitValue()
3444 bsUnit = bsFirstUnit; in UnitValue()
3448 if (bsFirstUnit == "in" || bsFirstUnit == "inches") { in UnitValue()
3459 } else if (bsFirstUnit == "mm" || bsFirstUnit == "millimeters") { in UnitValue()
3470 } else if (bsFirstUnit == "cm" || bsFirstUnit == "centimeters") { in UnitValue()
3481 } else if (bsFirstUnit == "pt" || bsFirstUnit == "points") { in UnitValue()
3492 } else if (bsFirstUnit == "mp" || bsFirstUnit == "millipoints") { in UnitValue()