Searched refs:groupCount (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl309 regexp {([0-9]*),(.*)} $item trash groupCount item
312 set contrib [eval $quotaArray($groupCount,$item,rule) [list $fs($item)]]
314 if {$quotaArray($groupCount,$item,type) == "total"} {
317 if {$fs($item) > $quotaArray($groupCount,$item,quota)} {
322 quota: $quotaArray($groupCount,$item,quota)"
327 set quotaArray($groupCount,$item,current) [expr $quotaArray($groupCount,$item,current) + $fs($item)]
329 if {$quotaArray($groupCount,$item,quota) == 0} {
334 quota: $quotaArray($groupCount,$item,quota)"
339 incr quotaArray($groupCount,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecSharedCredential.c257 int groupCount = 4; local
258 int totalLength = (groupSize * groupCount);
260 CFNumberRef groupCountRef = CFNumberCreate(NULL, kCFNumberIntType, &groupCount);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormSelectPopover.mm184 int groupCount = 0;
189 groupCount++;
190 if (item.isGroup && groupCount == section)
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h345 UInt32 groupCount; /* IP address groups active (this channel )*/ member in class:MCB
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunames.cpp90 * The groups table consists of one uint16_t groupCount followed by
91 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
671 uint16_t startGroupMSB, endGroupMSB, groupCount; local
699 groupCount=*groups++;
700 groupLimit=groups+groupCount*GROUP_LENGTH;
1354 int32_t groupCount, lineNumber, length; local
1362 groupCount=*group++;
1365 while(groupCount>0) {
1402 --groupCount;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h848 virtual int32_t groupCount() const;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp901 // RegexMatcher::groupCount();
1006 REGEX_ASSERT(matcher->groupCount() == 0);
1977 // RegexMatcher::groupCount();
2147 REGEX_ASSERT(matcher->groupCount() == 0);
3598 // matcher->groupCount does not include group 0, the entire match, hence the +1.
3624 for (i=0; i<=matcher->groupCount(); i++) {
3655 if ( matcher->groupCount()+1 < groupStarts.size()) {
3657 line, groupStarts.size()-1, matcher->groupCount());
3660 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) {
3662 line, groupStarts.size()-1, UTF8Matcher->groupCount());
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp2003 if (priorMcb->groupCount == 1) // Are we the last user?
2013 priorMcb->groupCount = 0;
2015 else if (priorMcb->groupCount > 0)
2016 priorMcb->groupCount--;
2025 mcb->groupCount++;
2823 if (mcb->groupCount > 0)
2824 mcb->groupCount--;
2850 if (mcb->groupCount > 0) // Still in use at this machine?
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duregex.cpp623 int32_t result = regexp->fMatcher->groupCount();
1801 int32_t numCaptureGroups = regexp->fMatcher->groupCount();
H A Dregexcmp.cpp292 int32_t groupCount = fRXPat->fGroupMap->size(); local
293 while (n <= groupCount) {
H A Drematch.cpp1329 // groupCount()
1332 int32_t RegexMatcher::groupCount() const { function in class:RegexMatcher

Completed in 294 milliseconds