HomeSort by: relevance | last modified time | path
    Searched refs:IsDecimal (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 92 bool IsDecimal(char c);
sanitizer_procmaps_common.cc 49 bool IsDecimal(char c) {
164 while (!IsDecimal(*pos)) pos++;
sanitizer_procmaps_linux.cc 62 while (IsDecimal(*data_.current)) data_.current++;

Completed in 18 milliseconds