Searched refs:bsFirstUnit (Results 1 – 1 of 1) sorted by relevance
3407 ByteString bsFirstUnit; in UnitValue() local3412 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()