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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_string.cpp18 bool bHex)
19 : m_String(str), m_bHex(bHex) {
16 CPDF_String(CFX_WeakPtr<CFX_ByteStringPool> pPool, const CFX_ByteString& str, bool bHex) argument
H A Dfpdf_parser_decode.cpp514 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, bool bHex) { argument
517 if (bHex) {
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c104 int bOct = 0, bHex = 0; local
115 bHex = 1;
127 if ((!bOct) && (!bHex)) {
131 } else if (bHex) {
/external/pdfium/core/fpdfapi/edit/
H A Dfpdf_edit_create.cpp77 bool bHex = pObj->AsString()->IsHex(); local
78 if ((len = pFile->AppendString(PDF_EncodeString(str, bHex).AsStringC())) <
1081 bool bHex = pObj->AsString()->IsHex(); local
1083 CFX_ByteString content = PDF_EncodeString(str, bHex);
1094 bHex);

Completed in 298 milliseconds