Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp432 int* processed_characters_count) const { in StringToIeee()
436 *processed_characters_count = 0; in StringToIeee()
456 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
499 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
517 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
525 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
557 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
565 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
616 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
729 *processed_characters_count = static_cast<int>(current - input); in StringToIeee()
[all …]
Ddouble-conversion-string-to-double.h202 int* processed_characters_count) const;
207 int* processed_characters_count) const;
214 int* processed_characters_count) const;
219 int* processed_characters_count) const;
233 int* processed_characters_count) const;
/external/icu/libicu/cts_headers/
Ddouble-conversion-string-to-double.h202 int* processed_characters_count) const;
207 int* processed_characters_count) const;
214 int* processed_characters_count) const;
219 int* processed_characters_count) const;
233 int* processed_characters_count) const;
/external/tensorflow/tensorflow/core/platform/
Dnumbers.cc344 int processed_characters_count = -1; in safe_strtof() local
352 str.data(), static_cast<int>(len), &processed_characters_count); in safe_strtof()
353 return processed_characters_count > 0; in safe_strtof()
357 int processed_characters_count = -1; in safe_strtod() local
365 str.data(), static_cast<int>(len), &processed_characters_count); in safe_strtod()
366 return processed_characters_count > 0; in safe_strtod()