Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterType.cpp70 void CParameterType::setUnit(const std::string &strUnit) in setUnit() argument
72 _strUnit = strUnit; in setUnit()
DParameterType.h55 void setUnit(const std::string &strUnit);
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3190 CFX_ByteString strUnit; in UnitValue() local
3214 strUnit += pChar[uVal]; in UnitValue()
3217 strUnit.MakeLower(); in UnitValue()
3219 strUnit = strFirstUnit; in UnitValue()
3224 if (strUnit == "mm" || strUnit == "millimeters") in UnitValue()
3226 else if (strUnit == "cm" || strUnit == "centimeters") in UnitValue()
3228 else if (strUnit == "pt" || strUnit == "points") in UnitValue()
3230 else if (strUnit == "mp" || strUnit == "millipoints") in UnitValue()
3235 if (strUnit == "mm" || strUnit == "millimeters") in UnitValue()
3237 else if (strUnit == "cm" || strUnit == "centimeters") in UnitValue()
[all …]