HomeSort by relevance Sort by last modified time
    Searched refs:CheckBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_number_conversions.cc 204 // - a static function, CheckBounds, that determines whether the next digit
234 if (!Sign::CheckBounds(output, new_digit)) {
248 static bool CheckBounds(value_type* output, uint8 new_digit) {
264 static bool CheckBounds(value_type* output, uint8 new_digit) {
  /external/chromium_org/base/strings/
string_number_conversions.cc 209 // - a static function, CheckBounds, that determines whether the next digit
239 if (!Sign::CheckBounds(output, new_digit)) {
253 static bool CheckBounds(value_type* output, uint8 new_digit) {
269 static bool CheckBounds(value_type* output, uint8 new_digit) {

Completed in 249 milliseconds