Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1229 static inline bool IsValidFloatChar(char c) { in IsValidFloatChar() function
1241 while (IsValidFloatChar(*buffer)) ++buffer; in DelocalizeRadix()
1253 if (!IsValidFloatChar(*buffer) && *buffer != '\0') { in DelocalizeRadix()
1257 do { ++buffer; } while (!IsValidFloatChar(*buffer) && *buffer != '\0'); in DelocalizeRadix()