Home
last modified time | relevance | path

Searched refs:FormatInteger (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ScanningDecoder.cpp680 codewords, bytestring.FormatInteger(ecLevel), e); in decodeCodewords()
/external/pdfium/core/include/fxcrt/
Dfx_string.h300 static CFX_ByteString FormatInteger(int i, FX_DWORD flags = 0);
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp45 CFX_ByteString CFX_ByteString::FormatInteger(int i, FX_DWORD flags) { in FormatInteger() function in CFX_ByteString
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp418 return m_bInteger ? CFX_ByteString::FormatInteger(m_Integer, FXFORMAT_SIGNED) in GetString()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp234 key += CFX_ByteString::FormatInteger(weight); in KeyNameFromFace()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4878 formatStr += CFX_ByteString::FormatInteger(iPrecision); in Str()
6790 CFX_ByteString::FormatInteger(iIndexValue, FXFORMAT_SIGNED) + in GenerateSomExpression()
6795 szSomExp += CFX_ByteString::FormatInteger(iIndexValue); in GenerateSomExpression()
6800 szSomExp += CFX_ByteString::FormatInteger(iIndexValue); in GenerateSomExpression()