Home
last modified time | relevance | path

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

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