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

  /external/pdfium/core/fpdfapi/parser/
cpdf_string.cpp 18 bool bHex)
19 : m_String(str), m_bHex(bHex) {
cpdf_string.h 23 bool bHex);
fpdf_parser_decode.h 23 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, bool bHex = false);
fpdf_parser_decode.cpp 514 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, bool bHex) {
517 if (bHex) {
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 104 int bOct = 0, bHex = 0;
115 bHex = 1;
127 if ((!bOct) && (!bHex)) {
131 } else if (bHex) {
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 77 bool bHex = pObj->AsString()->IsHex();
78 if ((len = pFile->AppendString(PDF_EncodeString(str, bHex).AsStringC())) <
1081 bool bHex = pObj->AsString()->IsHex();
1083 CFX_ByteString content = PDF_EncodeString(str, bHex);
1094 bHex);
    [all...]

Completed in 873 milliseconds