Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dtype_check.c97 int base = 10, digits = 0, dp_or_e = 0; in convert_numeric_string() local
139 if (*ptr == '.' && dp_or_e < 1) { in convert_numeric_string()
141 } else if ((*ptr == 'e' || *ptr == 'E') && dp_or_e < 2) { in convert_numeric_string()
157 dp_or_e = -1; in convert_numeric_string()
175 } else if (dp_or_e != -1) { in convert_numeric_string()
176 dp_or_e = (*ptr++ == '.') ? 1 : 2; in convert_numeric_string()