Home | History | Annotate | Download | only in browser

Lines Matching defs:area

36   // A SSN is of the form AAA-GG-SSSS (A = area number, G = group number, S =
37 // serial number). The validation we do here is simply checking if the area,
39 // number is valid for the given area, but that data changes all the time.
47 int area;
50 &area))
52 if (area < 1 ||
53 area == 666 ||
54 (area > 733 && area < 750) ||
55 area > 772)