HomeSort by relevance Sort by last modified time
    Searched refs:bsUTFText (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 245 ByteString bsUTFText = wsText.UTF16LE_Encode();
246 auto* pBuffer = reinterpret_cast<const unsigned short*>(bsUTFText.c_str());
cffl_textfield.cpp 253 ByteString bsUTFText = wsText.UTF16LE_Encode();
254 auto* pBuffer = reinterpret_cast<const unsigned short*>(bsUTFText.c_str());

Completed in 60 milliseconds