Lines Matching refs:number
212 // globalFlag is used by a number of layout tests in1271 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);