Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:csBValue

1479     CFX_ByteString csBValue = pFieldDict->GetString("V");
1489 csValue.ConvertFrom(csBValue, pCharMap);
1492 CFX_ByteString csTemp = csBValue.Left(2);
1494 csValue = PDF_DecodeText(csBValue);
1496 csValue = CFX_WideString::FromLocal(csBValue);