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

/dalvik/vm/
H A DThread.cpp1184 int hasDot = 0; local
1187 if (*s == '.') hasDot = 1;
1192 if (len < 15 || hasAt || !hasDot) {

Completed in 243 milliseconds