Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3276 ByteString bsUnitspan = ValueToUTF8String(unitspanValue.get()); in UnitType() local
3277 if (bsUnitspan.IsEmpty()) { in UnitType()
3293 bsUnitspan.MakeLower(); in UnitType()
3294 WideString wsType = WideString::FromUTF8(bsUnitspan.AsStringView()); in UnitType()
3384 ByteString bsUnitspan = ValueToUTF8String(unitspanValue.get()); in UnitValue() local
3385 const char* pData = bsUnitspan.c_str(); in UnitValue()
3395 while (u < bsUnitspan.GetLength()) { in UnitValue()
3406 size_t uLen = bsUnitspan.GetLength(); in UnitValue()