Home
last modified time | relevance | path

Searched refs:aStartInx (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp3789 int32_t aStartInx, in BinarySearchForPosition() argument
3795 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
3796 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
3797 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
3803 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
3821 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1123 int32_t aStartInx,
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp3623 int32_t aBaseWidth, int32_t aBaseInx, int32_t aStartInx, int32_t aEndInx, in BinarySearchForPosition() argument
3625 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
3626 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
3627 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
3633 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
3649 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1222 int32_t aBaseInx, int32_t aStartInx,
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp3526 int32_t aBaseWidth, int32_t aBaseInx, int32_t aStartInx, int32_t aEndInx, in BinarySearchForPosition() argument
3528 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
3529 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
3530 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
3536 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
3552 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1244 int32_t aBaseInx, int32_t aStartInx,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutUtils.cpp3623 int32_t aBaseWidth, int32_t aBaseInx, int32_t aStartInx, int32_t aEndInx, in BinarySearchForPosition() argument
3625 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
3626 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
3627 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
3633 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
3649 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1222 int32_t aBaseInx, int32_t aStartInx,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp3948 int32_t aBaseWidth, int32_t aBaseInx, int32_t aStartInx, int32_t aEndInx, in BinarySearchForPosition() argument
3950 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
3951 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
3952 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
3958 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
3974 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1119 int32_t aBaseInx, int32_t aStartInx, in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutUtils.cpp4270 int32_t aBaseWidth, int32_t aBaseInx, int32_t aStartInx, int32_t aEndInx, in BinarySearchForPosition() argument
4272 int32_t range = aEndInx - aStartInx; in BinarySearchForPosition()
4273 if ((range == 1) || (range == 2 && NS_IS_HIGH_SURROGATE(aText[aStartInx]))) { in BinarySearchForPosition()
4274 aIndex = aStartInx + aBaseInx; in BinarySearchForPosition()
4280 int32_t inx = aStartInx + (range / 2); in BinarySearchForPosition()
4296 aBaseInx, aStartInx, inx, aCursorPos, aIndex, in BinarySearchForPosition()
H A DnsLayoutUtils.h1264 int32_t aBaseInx, int32_t aStartInx, in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()