Searched refs:wsUnit (Results 1 – 2 of 2) sorted by relevance
131 XFA_Unit CXFA_Measurement::GetUnitFromString(const WideStringView& wsUnit) { in GetUnitFromString() argument132 if (wsUnit == L"mm") in GetUnitFromString()134 if (wsUnit == L"pt") in GetUnitFromString()136 if (wsUnit == L"in") in GetUnitFromString()138 if (wsUnit == L"cm") in GetUnitFromString()140 if (wsUnit == L"pc") in GetUnitFromString()142 if (wsUnit == L"mp") in GetUnitFromString()144 if (wsUnit == L"em") in GetUnitFromString()146 if (wsUnit == L"%") in GetUnitFromString()
20 static XFA_Unit GetUnitFromString(const WideStringView& wsUnit);