Searched defs:csNewFieldName (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl) argument
635 if (csNewFieldName.IsEmpty()) {
639 int iLength = csNewFieldName.GetLength();
642 while (iPos < iLength && (csNewFieldName[iPos] == L'.' || csNewFieldName[iPos] == L' ')) {
648 while (iPos < iLength && csNewFieldName[iPos] != L'.') {
649 csSub += csNewFieldName[iPos ++];
679 } else if (iRet == 2 && csSub == csNewFieldName) {
683 } else if (iRet == 3 && csSub == csNewFieldName) {
684 if (csNewFieldName[csFullNam
699 ValidateFieldName(CFX_WideString& csNewFieldName, int iType) argument
703 ValidateFieldName(const CPDF_FormField* pField, CFX_WideString& csNewFieldName) argument
710 ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName) argument
[all...]

Completed in 38 milliseconds