summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_extension.h
AgeCommit message (Expand)Author
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-10Add proxy for syscall timeRyan Harrison
2018-06-19Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMapTom Sepez
2018-05-23Remove GetBits32().Lei Zhang
2018-05-16core: allow building against system icu-ucMiklos Vajna
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2017-09-05Split fx_guid from fx_extensionDan Sinclair
2017-09-05Split random code from fx_extension.hDan Sinclair
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-05Encode unicodes in UTF-16BE in ToUnicode mapNicolas Pena
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair