Lines Matching refs:AsStringView
65 execSingleEventByName(eventString.AsStringView(), XFA_Element::Field); in execEvent()
120 runtime->NewString(value->ToUTF8().AsStringView())); in getSaveItem()
134 WideString boundValue = node->GetItemValue(value.AsStringView()); in boundItem()
136 runtime->NewString(boundValue.ToUTF8().AsStringView())); in boundItem()
186 runtime->NewString(value->ToUTF8().AsStringView())); in getDisplayItem()
289 fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in defaultValue()
291 CFGAS_Decimal decimal(content.AsStringView()); in defaultValue()
300 CFGAS_Decimal decimal(content.AsStringView()); in defaultValue()
303 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in defaultValue()
322 node->GetValue(XFA_ValuePicture::kEdit).ToUTF8().AsStringView()); in editValue()
347 node->GetValue(XFA_ValuePicture::kDisplay).ToUTF8().AsStringView()); in formattedValue()