Add locale sensitive int and double parsing methods

Use these to parse ints and doubles/floats from strings
rather than Integer.valueOf or Integer.parseInt (and ditto
for Float/Double) if the string represents a localized
string (e.g. using "," instead of "." in some locales,
and so on.)

Change-Id: I231cdb79a2d09c776ec7894639dde6adf77afd10
2 files changed