summaryrefslogtreecommitdiffstats
path: root/base/parseint_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set errno for all error return cases.Christopher Ferris2018-08-291-0/+36
* Fix typo in parseint.untouched_on_failure testTom Cherry2018-08-231-1/+1
* Fix two ParseInt edge casesTom Cherry2018-08-221-0/+20
* ParseInt/ParseUint: allow validation only.Steven Moreland2018-07-201-0/+8
* Add android::base::ParseByteCount.Elliott Hughes2018-04-191-0/+41
* Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-8/+28
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* Fix ParseInt/ParseUint to handle explicit "0x" hex.Elliott Hughes2015-11-021-0/+10
* libbase_test: get it building for WindowsSpencer Low2015-09-111-18/+18
* Add ParseInt (and ParseUint).Elliott Hughes2015-09-041-0/+68