Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp253 ByteString bsUTFText = wsText.UTF16LE_Encode(); in OnSetFocus() local
254 auto* pBuffer = reinterpret_cast<const unsigned short*>(bsUTFText.c_str()); in OnSetFocus()
Dcffl_combobox.cpp245 ByteString bsUTFText = wsText.UTF16LE_Encode(); in OnSetFocus() local
246 auto* pBuffer = reinterpret_cast<const unsigned short*>(bsUTFText.c_str()); in OnSetFocus()