Lines Matching refs:AsStringView
208 FXJSE_ThrowMessage(pIsolate, str.ToUTF8().AsStringView()); in ThrowException()
222 XFA_GetAttributeValueByName(wsValue.AsStringView()); in SetAttributeByEnum()
242 SetMeasure(eAttr, CXFA_Measurement(wsValue.AsStringView()), bNotify); in SetAttributeByEnum()
988 pIsolate, GetAttributeByEnum(eAttribute).ToUTF8().AsStringView()); in ScriptAttributeString()
1020 pProtoRoot, wsSOM.AsStringView(), in ScriptAttributeString()
1030 pProtoNode = GetDocument()->GetNodeByID(pProtoRoot, wsID.AsStringView()); in ScriptAttributeString()
1101 pIsolate, ByteString::Format("%d,%d,%d", r, g, b).AsStringView()); in ScriptSomFontColor()
1131 pIsolate, ByteString::Format("%d,%d,%d", r, g, b).AsStringView()); in ScriptSomFillColor()
1164 pIsolate, ByteString::Format("%d,%d,%d", r, g, b).AsStringView()); in ScriptSomBorderColor()
1177 pIsolate, thickness.ToString().ToUTF8().AsStringView()); in ScriptSomBorderWidth()
1188 edge->SetMSThickness(CXFA_Measurement(wsThickness.AsStringView())); in ScriptSomBorderWidth()
1249 *pValue = fxv8::NewStringHelper(pIsolate, wsMessage.ToUTF8().AsStringView()); in ScriptSomMessage()
1336 CFGAS_Decimal decimal(content.AsStringView()); in ScriptSomDefaultValue()
1339 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in ScriptSomDefaultValue()
1357 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in ScriptSomDefaultValue_Read()