Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc49 bool IsDecimal(char c) { in IsDecimal() function
164 while (!IsDecimal(*pos)) pos++; in GetMemoryProfile()
Dsanitizer_procmaps.h91 bool IsDecimal(char c);
Dsanitizer_procmaps_linux.cc67 while (IsDecimal(*current_)) in Next()