Searched refs:FXSYS_atoi (Results 1 - 12 of 12) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/oned/ |
H A D | BC_OnedEAN8Writer.cpp | 79 odd += FXSYS_atoi(contents.Mid(i, 1));
81 even += FXSYS_atoi(contents.Mid(i, 1));
131 int32_t digit = FXSYS_atoi(contents.Mid(i, 1));
145 int32_t digit = FXSYS_atoi(contents.Mid(i, 1));
|
H A D | BC_OnedEAN13Writer.cpp | 69 odd += FXSYS_atoi(contents.Mid(i, 1));
71 even += FXSYS_atoi(contents.Mid(i, 1));
110 int32_t firstDigit = FXSYS_atoi(contents.Mid(0, 1));
123 int32_t digit = FXSYS_atoi(contents.Mid(i, 1));
140 int32_t digit = FXSYS_atoi(contents.Mid(i, 1));
|
H A D | BC_OnedUPCAWriter.cpp | 76 odd += FXSYS_atoi(contents.Mid(i, 1));
78 even += FXSYS_atoi(contents.Mid(i, 1));
|
H A D | BC_OnedCode128Writer.cpp | 219 patternIndex = FXSYS_atoi(contents.Mid(position, 2));
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
H A D | fpdf_parser_fdf.cpp | 54 FX_DWORD objnum = FXSYS_atoi(word);
|
H A D | fpdf_parser_parser.cpp | 509 int32_t offset = FXSYS_atoi(pEntry); 517 int32_t version = FXSYS_atoi(pEntry + 11); 567 FX_DWORD start_objnum = FXSYS_atoi(word); 599 int32_t version = FXSYS_atoi(pEntry + 11); 920 m_LastXRefOffset = FXSYS_atoi(bsOffset); 1365 FX_DWORD parser_objnum = FXSYS_atoi(word); 1434 FX_DWORD parser_objnum = FXSYS_atoi(word); 1444 FX_DWORD parser_gennum = FXSYS_atoi(word); 1478 FX_DWORD parser_objnum = FXSYS_atoi(word); 1488 FX_DWORD gennum = FXSYS_atoi(wor [all...] |
/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_gcc.cpp | 93 int32_t FXSYS_atoi(const FX_CHAR* str) { function
|
H A D | fx_basic_bstring.cpp | 496 nWidth = FXSYS_atoi(lpsz); 512 nPrecision = FXSYS_atoi(lpsz);
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
H A D | xfa_fm2jscontext.cpp | 1690 iYear = FXSYS_atoi(strYear);
1724 iMonth = FXSYS_atoi(strTemp);
1747 iDay = FXSYS_atoi(strTemp);
1833 if (FXSYS_atoi(strTemp) > 60) {
1838 iHour = FXSYS_atoi(strTemp);
1841 iMinute = FXSYS_atoi(strTemp);
1844 iSecond = FXSYS_atoi(strTemp);
1849 iHour = FXSYS_atoi(strTemp);
1852 iMinute = FXSYS_atoi(strTemp);
1855 iSecond = FXSYS_atoi(strTem [all...] |
/external/pdfium/core/include/fxcrt/ |
H A D | fx_system.h | 268 int32_t FXSYS_atoi(const FX_CHAR* str);
|
/external/pdfium/core/src/fpdfdoc/ |
H A D | doc_basic.cpp | 524 int nPage = FXSYS_atoi(bsLbl);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_object_imp.cpp | 1738 int32_t iValue = FXSYS_atoi(newValue);
|
Completed in 263 milliseconds