summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/cxfa_fmlexer.cpp
AgeCommit message (Expand)Author
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-06-14[formcalc] Calculate length of string when calling FXSYS_wcstofDan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-08[fm2js] Fail transpiling if lexer has left over dataDan Sinclair
2018-04-11Make cxfa_fmlexer.cpp resilient to null stringsTom Sepez
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-20[formcalc] Remove unused line parameterDan Sinclair
2018-02-19Simplify CXFA_FMToken creationdan sinclair
2018-02-19Simplify formcalc token listdan sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-08-31Clean up of typing in lexer codeRyan Harrison
2017-07-27Remove 0 from the valid FormCalc charactersRyan Harrison
2017-07-27Refactor whitespace lexing to be explicitRyan Harrison
2017-07-27Rewrite FMLexer to use nullptr for errorsRyan Harrison
2017-07-27Add conversion from FMTokens to stringsRyan Harrison
2017-07-27Removed unused helper functionRyan Harrison
2017-07-25Clean up data passing in FormCalc Lexerchromium/3167Ryan Harrison
2017-07-24Rename FMLexer methods to be more descriptiveRyan Harrison
2017-07-24Remove extracting characters from inputRyan Harrison
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-18Correct lexer handling of FormCalc identifiersRyan Harrison
2017-07-04Removed hand rolled bsearch from IsKeyword methodRyan Harrison
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-18Remove CXFA_FMErrorInfodan sinclair
2017-05-17Rename formcalc files to better match contentsDan Sinclair