Searched refs:groupCount (Results 1 – 16 of 16) sorted by relevance
61 const size_t groupCount = mGroups.size(); in getBestSplits() local62 for (size_t i = 0; i < groupCount; i++) { in getBestSplits()71 const size_t groupCount = mGroups.size(); in getRules() local72 for (size_t i = 0; i < groupCount; i++) { in getRules()
145 const size_t groupCount = mGroups.size(); in expectHasGroupWithSplits() local146 for (size_t i = 0; i < groupCount; i++) { in expectHasGroupWithSplits()173 for (size_t i = 0; i < groupCount; i++) { in expectHasGroupWithSplits()
131 final int groupCount = mRegistry.getGroupCount(); in onClick() local132 for (int i = 0; i < groupCount; i++) { in onClick()
274 private void writeEntries(int groupCount, String line1Base, String line2Base) { in writeEntries() argument275 for (int i = 0; i < groupCount; i++) { in writeEntries()
471 final int numGroups = matcher.groupCount(); in concatGroups()
336 int stateIndex = stateMatch.groupCount(); in isValidZipCode()
2631 if (match.groupCount() != 2) { in sendNetworkEapSimGsmAuthResponse()2706 if (!match.find() || match.groupCount() != 3) { in sendNetworkEapSimUmtsAuthResponse()2767 if (!match.find() || match.groupCount() != 1) { in sendNetworkEapSimUmtsAutsResponse()
1367 if (!match.find() || match.groupCount() != 3) { in setWpsDeviceType()
2848 final int groupCount = groupList.size(); in doListPermissions() local2849 for (int i = 0; i < groupCount; i++) { in doListPermissions()
2106 if (!match.find() || match.groupCount() != 3) { in setWpsDeviceType()
379 final int groupCount = changedGroups.size(); in onConfigurationChanged() local380 for (int i = 0; i < groupCount; i++) { in onConfigurationChanged()
5425 if (matcher.groupCount() > 0) { in filterOperatorNameByPattern()
7357 u32 groupCount11700 u32 groupCount,
50794 method public abstract int groupCount();50808 method public int groupCount();
73320 method public int groupCount();73336 method public int groupCount();
30142 HSPLjava/util/regex/Matcher;->groupCount()I