Home | History | Annotate | Download | only in chromium

Lines Matching refs:number

212     // globalFlag is used by a number of layout tests in
1271 long number = strtol(source, &end, 10);
1272 if (end == source + stringSource.length() && number >= numeric_limits<int32_t>::min() && number <= numeric_limits<int32_t>::max())
1273 return static_cast<int32_t>(number);