Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp73 nsHyphenationManager::sInstance->mHyphenators.Clear(); in NS_IMPL_ISUPPORTS()
113 mHyphenators.Get(aLocale, getter_AddRefs(hyph)); in GetHyphenator()
121 mHyphenators.Get(alias, getter_AddRefs(hyph)); in GetHyphenator()
151 mHyphenators.InsertOrUpdate(aLocale, RefPtr{hyph}); in GetHyphenator()
165 mHyphenators.Clear(); in LoadPatternList()
367 result += mHyphenators.ShallowSizeOfExcludingThis(aMallocSizeOf); in SizeOfIncludingThis()
H A DnsHyphenationManager.h50 nsRefPtrHashtable<nsRefPtrHashKey<nsAtom>, nsHyphenator> mHyphenators; variable
/dports/lang/spidermonkey78/firefox-78.9.0/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp73 nsHyphenationManager::sInstance->mHyphenators.Clear(); in NS_IMPL_ISUPPORTS()
113 mHyphenators.Get(aLocale, getter_AddRefs(hyph)); in GetHyphenator()
121 mHyphenators.Get(alias, getter_AddRefs(hyph)); in GetHyphenator()
152 mHyphenators.Put(aLocale, RefPtr{hyph}); in GetHyphenator()
166 mHyphenators.Clear(); in LoadPatternList()
366 result += mHyphenators.ShallowSizeOfExcludingThis(aMallocSizeOf); in SizeOfIncludingThis()
H A DnsHyphenationManager.h50 nsRefPtrHashtable<nsRefPtrHashKey<nsAtom>, nsHyphenator> mHyphenators; variable
/dports/www/firefox/firefox-99.0/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp73 nsHyphenationManager::sInstance->mHyphenators.Clear(); in NS_IMPL_ISUPPORTS()
113 mHyphenators.Get(aLocale, getter_AddRefs(hyph)); in GetHyphenator()
121 mHyphenators.Get(alias, getter_AddRefs(hyph)); in GetHyphenator()
151 mHyphenators.InsertOrUpdate(aLocale, RefPtr{hyph}); in GetHyphenator()
165 mHyphenators.Clear(); in LoadPatternList()
367 result += mHyphenators.ShallowSizeOfExcludingThis(aMallocSizeOf); in SizeOfIncludingThis()
H A DnsHyphenationManager.h50 nsRefPtrHashtable<nsRefPtrHashKey<nsAtom>, nsHyphenator> mHyphenators; variable
/dports/mail/thunderbird/thunderbird-91.8.0/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp73 nsHyphenationManager::sInstance->mHyphenators.Clear(); in NS_IMPL_ISUPPORTS()
113 mHyphenators.Get(aLocale, getter_AddRefs(hyph)); in GetHyphenator()
121 mHyphenators.Get(alias, getter_AddRefs(hyph)); in GetHyphenator()
151 mHyphenators.InsertOrUpdate(aLocale, RefPtr{hyph}); in GetHyphenator()
165 mHyphenators.Clear(); in LoadPatternList()
367 result += mHyphenators.ShallowSizeOfExcludingThis(aMallocSizeOf); in SizeOfIncludingThis()
H A DnsHyphenationManager.h50 nsRefPtrHashtable<nsRefPtrHashKey<nsAtom>, nsHyphenator> mHyphenators; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp46 nsHyphenationManager::sInstance->mHyphenators.Clear();
89 mHyphenators.Get(aLocale, getter_AddRefs(hyph));
97 mHyphenators.Get(alias, getter_AddRefs(hyph));
126 mHyphenators.Put(aLocale, hyph);
142 mHyphenators.Clear();
H A DnsHyphenationManager.h50 nsRefPtrHashtable<nsISupportsHashKey,nsHyphenator> mHyphenators;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/hyphenation/glue/
H A DnsHyphenationManager.cpp45 nsHyphenationManager::sInstance->mHyphenators.Clear(); in NS_IMPL_ISUPPORTS()
79 mHyphenators.Get(aLocale, getter_AddRefs(hyph)); in GetHyphenator()
87 mHyphenators.Get(alias, getter_AddRefs(hyph)); in GetHyphenator()
116 mHyphenators.Put(aLocale, hyph); in GetHyphenator()
130 mHyphenators.Clear(); in LoadPatternList()
H A DnsHyphenationManager.h48 nsRefPtrHashtable<nsRefPtrHashKey<nsAtom>, nsHyphenator> mHyphenators; variable