Home
last modified time | relevance | path

Searched refs:mGroupSize (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) {} in txDecimalCounter()
21 int32_t mGroupSize; member in txDecimalCounter
94 mGroupSize(aGroupSize), in txDecimalCounter()
96 if (mGroupSize <= 0) { in txDecimalCounter()
97 mGroupSize = aMinLength + 10; in txDecimalCounter()
125 if (extraPos % mGroupSize == 0) { in appendNumber()
131 if (mGroupSize >= bufsize - pos) { in appendNumber()
136 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
141 aDest.Append(buf + pos, mGroupSize); in appendNumber()
142 pos += mGroupSize; in appendNumber()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) {} in txDecimalCounter()
21 int32_t mGroupSize; member in txDecimalCounter
94 mGroupSize(aGroupSize), in txDecimalCounter()
96 if (mGroupSize <= 0) { in txDecimalCounter()
97 mGroupSize = aMinLength + 10; in txDecimalCounter()
125 if (extraPos % mGroupSize == 0) { in appendNumber()
131 if (mGroupSize >= bufsize - pos) { in appendNumber()
136 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
141 aDest.Append(buf + pos, mGroupSize); in appendNumber()
142 pos += mGroupSize; in appendNumber()
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) {} in txDecimalCounter()
21 int32_t mGroupSize; member in txDecimalCounter
94 mGroupSize(aGroupSize), in txDecimalCounter()
96 if (mGroupSize <= 0) { in txDecimalCounter()
97 mGroupSize = aMinLength + 10; in txDecimalCounter()
125 if (extraPos % mGroupSize == 0) { in appendNumber()
131 if (mGroupSize >= bufsize - pos) { in appendNumber()
136 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
141 aDest.Append(buf + pos, mGroupSize); in appendNumber()
142 pos += mGroupSize; in appendNumber()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) {} in txDecimalCounter()
21 int32_t mGroupSize; member in txDecimalCounter
94 mGroupSize(aGroupSize), in txDecimalCounter()
96 if (mGroupSize <= 0) { in txDecimalCounter()
97 mGroupSize = aMinLength + 10; in txDecimalCounter()
125 if (extraPos % mGroupSize == 0) { in appendNumber()
131 if (mGroupSize >= bufsize - pos) { in appendNumber()
136 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
141 aDest.Append(buf + pos, mGroupSize); in appendNumber()
142 pos += mGroupSize; in appendNumber()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) in txDecimalCounter()
23 int32_t mGroupSize; member in txDecimalCounter
107 : mMinLength(aMinLength), mGroupSize(aGroupSize), in txDecimalCounter()
110 if (mGroupSize <= 0) { in txDecimalCounter()
111 mGroupSize = aMinLength + 10; in txDecimalCounter()
140 if (extraPos % mGroupSize == 0) { in appendNumber()
146 if (mGroupSize >= bufsize - pos) { in appendNumber()
152 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
157 aDest.Append(buf + pos, mGroupSize); in appendNumber()
158 pos += mGroupSize; in appendNumber()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxXSLTNumberCounters.cpp12 txDecimalCounter() : mMinLength(1), mGroupSize(50) {} in txDecimalCounter()
21 int32_t mGroupSize; member in txDecimalCounter
94 mGroupSize(aGroupSize), in txDecimalCounter()
96 if (mGroupSize <= 0) { in txDecimalCounter()
97 mGroupSize = aMinLength + 10; in txDecimalCounter()
125 if (extraPos % mGroupSize == 0) { in appendNumber()
131 if (mGroupSize >= bufsize - pos) { in appendNumber()
136 int32_t len = ((bufsize - pos - 1) % mGroupSize) + 1; in appendNumber()
141 aDest.Append(buf + pos, mGroupSize); in appendNumber()
142 pos += mGroupSize; in appendNumber()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/libbytearrayfilter/filter/
H A Drotatebytearrayfilterparameterset.cpp17 int RotateByteArrayFilterParameterSet::groupSize() const { return mGroupSize; } in groupSize()
20 void RotateByteArrayFilterParameterSet::setGroupSize(int groupSize) { mGroupSize = groupSize; } in setGroupSize()
H A Drotatebytearrayfilterparameterset.hpp33 int mGroupSize = 1; member in RotateByteArrayFilterParameterSet
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsAutoSyncManager.h203 uint32_t mGroupSize;
H A DnsAutoSyncManager.cpp199 mGroupSize = kDefaultGroupSize; in nsAutoSyncManager()
842 rv = aAutoSyncStateObj->GetNextGroupOfMessages(mGroupSize, &totalSize, in DownloadMessagesForOffline()
953 *aGroupSize = mGroupSize; in GetGroupSize()
957 mGroupSize = aGroupSize ? aGroupSize : kDefaultGroupSize; in SetGroupSize()