Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:csValue

1500 static void FPDFDOC_FDF_GetFieldValue(CPDF_Dictionary *pFieldDict, CFX_WideString &csValue, CFX_ByteString &bsEncoding)

1513 csValue.ConvertFrom(csBValue, pCharMap);
1518 csValue = PDF_DecodeText(csBValue);
1520 csValue = CFX_WideString::FromLocal(csBValue);