Home | History | Annotate | Download | only in vm

Lines Matching defs:hasDot

1184     int hasDot = 0;
1187 if (*s == '.') hasDot = 1;
1192 if (len < 15 || hasAt || !hasDot) {