Searched defs:hasDot (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DThreads.cpp115 int hasDot = 0; local
118 if (*s == '.') hasDot = 1;
123 if (len < 15 || hasAt || !hasDot) {

Completed in 20 milliseconds