IsValidFloatChar 1032 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   while (IsValidFloatChar(*buffer)) ++buffer;
IsValidFloatChar 1044 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (!IsValidFloatChar(*buffer) && *buffer != '\0') {
IsValidFloatChar 1048 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     do { ++buffer; } while (!IsValidFloatChar(*buffer) && *buffer != '\0');