Home
last modified time | relevance | path

Searched refs:kAsciiToInt (Results 1 – 1 of 1) sorted by relevance

/external/dynamic_depth/internal/strings/
Dnumbers.cc16 static const int8 kAsciiToInt[256] = { variable
172 int digit = kAsciiToInt[c]; in safe_parse_positive_int()
213 int digit = kAsciiToInt[c]; in safe_parse_negative_int()