Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:numOfGroups

2549       // prefixMatcher.group(numOfGroups) == null implies nothing was captured by the capturing
2552 int numOfGroups = prefixMatcher.groupCount();
2555 prefixMatcher.group(numOfGroups) == null) {
2561 if (carrierCode != null && numOfGroups > 0 && prefixMatcher.group(numOfGroups) != null) {
2575 if (carrierCode != null && numOfGroups > 1) {