Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp124 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp124 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp124 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp168 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp126 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp125 init.mCharIndex = aCharIndex; in DispatchSpeechSynthesisEvent()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsTextFrame.cpp7763 MOZ_ASSERT(mCharIndex >= 0); in GetBeforeOffset()
7770 MOZ_ASSERT(mCharIndex >= 0); in GetAfterOffset()
7787 int32_t mCharIndex; member in ClusterIterator
7900 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsInlineWhitespace()
7906 return IsSelectionNewline(mFrag, mCharIndex); in IsNewline()
7914 uint32_t ch = mFrag->CharAt(mCharIndex); in IsPunctuation()
7941 return mCharIndex + 2; in GetAfterInternal()
7943 return mCharIndex + 1; in GetAfterInternal()
7958 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
7969 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsTextFrame.cpp8004 MOZ_ASSERT(mCharIndex >= 0); in GetBeforeOffset()
8011 MOZ_ASSERT(mCharIndex >= 0); in GetAfterOffset()
8028 int32_t mCharIndex; member in ClusterIterator
8141 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsInlineWhitespace()
8147 return IsSelectionNewline(mFrag, mCharIndex); in IsNewline()
8182 AssertedCast<uint32_t>(mCharIndex))) { in GetAfterInternal()
8183 return mCharIndex + 2; in GetAfterInternal()
8185 return mCharIndex + 1; in GetAfterInternal()
8200 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
8211 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsTextFrame.cpp7669 MOZ_ASSERT(mCharIndex >= 0); in GetBeforeOffset()
7676 MOZ_ASSERT(mCharIndex >= 0); in GetAfterOffset()
7689 int32_t mCharIndex; member in ClusterIterator
7798 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsWhitespace()
7799 return IsSelectionSpace(mFrag, mCharIndex); in IsWhitespace()
7810 uint32_t ch = mFrag->CharAt(mCharIndex); in IsPunctuation()
7837 uint32_t(mCharIndex) + 1 < mFrag->GetLength() && in GetAfterInternal()
7839 return mCharIndex + 2; in GetAfterInternal()
7841 return mCharIndex + 1; in GetAfterInternal()
7856 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsTextFrame.cpp7763 MOZ_ASSERT(mCharIndex >= 0); in GetBeforeOffset()
7770 MOZ_ASSERT(mCharIndex >= 0); in GetAfterOffset()
7787 int32_t mCharIndex; member in ClusterIterator
7900 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsInlineWhitespace()
7906 return IsSelectionNewline(mFrag, mCharIndex); in IsNewline()
7914 uint32_t ch = mFrag->CharAt(mCharIndex); in IsPunctuation()
7941 return mCharIndex + 2; in GetAfterInternal()
7943 return mCharIndex + 1; in GetAfterInternal()
7958 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
7969 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsTextFrame.cpp7703 MOZ_ASSERT(mCharIndex >= 0); in GetBeforeOffset()
7710 MOZ_ASSERT(mCharIndex >= 0); in GetAfterOffset()
7727 int32_t mCharIndex; member in ClusterIterator
7840 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsWhitespace()
7841 return IsSelectionSpace(mFrag, mCharIndex); in IsWhitespace()
7852 uint32_t ch = mFrag->CharAt(mCharIndex); in IsPunctuation()
7879 return mCharIndex + 2; in GetAfterInternal()
7881 return mCharIndex + 1; in GetAfterInternal()
7896 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
7904 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsTextFrame.cpp7663 int32_t mCharIndex; member in ClusterIterator
7776 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsWhitespace()
7777 return IsSelectionSpace(mFrag, mCharIndex); in IsWhitespace()
7783 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in IsPunctuation()
7810 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in GetBeforeOffset()
7811 return mCharIndex + (mDirection > 0 ? 0 : 1); in GetBeforeOffset()
7817 NS_ASSERTION(mCharIndex >= 0, "No cluster selected"); in GetAfterOffset()
7818 return mCharIndex + (mDirection > 0 ? 1 : 0); in GetAfterOffset()
7837 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
7846 mCharIndex = mIterator.GetOriginalOffset(); in NextCluster()
[all …]