Home | History | Annotate | Download | only in vm

Lines Matching defs:hasDot

1180     int hasDot = 0;
1183 if (*s == '.') hasDot = 1;
1188 if (len < 15 || hasAt || !hasDot) {