Home
last modified time | relevance | path

Searched refs:LookupInfo (Results 1 – 25 of 80) sorted by relevance

1234

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotlayout.cpp82 static const LookupInfo gLookupInfo[2] = {
1359 case LookupInfo::kGSubType1Format1: { in applyGSubLookup()
1364 case LookupInfo::kGSubType1Format2: { in applyGSubLookup()
1369 case LookupInfo::kGSubType2Format1: { in applyGSubLookup()
1374 case LookupInfo::kGSubType3Format1: { in applyGSubLookup()
1379 case LookupInfo::kGSubType4Format1: { in applyGSubLookup()
1866 case LookupInfo::kGPosType1Format1: { in applyGPosLookup()
1871 case LookupInfo::kGPosType1Format2: { in applyGPosLookup()
1876 case LookupInfo::kGPosType2Format1: { in applyGPosLookup()
1917 if (kind == LookupInfo::kKindGPos) { in lookupTypeAsString()
[all …]
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Daffix.hpp47 struct LookupInfo;
90 bool affix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *) const;
91 bool prefix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
93 bool suffix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
H A Dspeller_impl.hpp250 struct LookupInfo { struct
255 inline LookupInfo(SpellerImpl * s, Mode m);
263 inline LookupInfo::LookupInfo(SpellerImpl * s, Mode m) in LookupInfo() function in aspeller::LookupInfo
H A Daffix.cpp105 bool check(const LookupInfo &, const AffixMgr * pmyMgr,
128 bool check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
759 bool AffixMgr::prefix_check (const LookupInfo & linf, ParmString word, in prefix_check()
789 bool AffixMgr::suffix_check (const LookupInfo & linf, ParmString word, in suffix_check()
822 bool AffixMgr::affix_check(const LookupInfo & linf, ParmString word, in affix_check()
864 LookupInfo li(0, LookupInfo::AlwaysTrue); in munch()
985 int LookupInfo::lookup (ParmString word, const SensitiveCompare * c, in lookup()
1068 bool PfxEntry::check(const LookupInfo & linf, const AffixMgr * pmyMgr, in check()
1215 bool SfxEntry::check(const LookupInfo & linf, ParmString word, in check()
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Daffix.hpp47 struct LookupInfo;
90 bool affix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *) const;
91 bool prefix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
93 bool suffix_check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
H A Dspeller_impl.hpp250 struct LookupInfo { struct
255 inline LookupInfo(SpellerImpl * s, Mode m);
263 inline LookupInfo::LookupInfo(SpellerImpl * s, Mode m) in LookupInfo() function in aspeller::LookupInfo
H A Daffix.cpp105 bool check(const LookupInfo &, const AffixMgr * pmyMgr,
128 bool check(const LookupInfo &, ParmString, CheckInfo &, GuessInfo *,
759 bool AffixMgr::prefix_check (const LookupInfo & linf, ParmString word, in prefix_check()
789 bool AffixMgr::suffix_check (const LookupInfo & linf, ParmString word, in suffix_check()
819 bool AffixMgr::affix_check(const LookupInfo & linf, ParmString word, in affix_check()
861 LookupInfo li(0, LookupInfo::AlwaysTrue); in munch()
982 int LookupInfo::lookup (ParmString word, const SensitiveCompare * c, in lookup()
1065 bool PfxEntry::check(const LookupInfo & linf, const AffixMgr * pmyMgr, in check()
1212 bool SfxEntry::check(const LookupInfo & linf, ParmString word, in check()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.h58 struct LookupInfo struct
60 LookupInfo() = default;
61 LookupInfo(const ClassDef *cd,const MemberDef *td,QCString ts,QCString rt) in LookupInfo() argument
108 static Cache<std::string,LookupInfo> *lookupCache;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Ditestparser.cpp38 using LookupInfo = QPair<QString, QString>; typedef
39 static QHash<LookupInfo, bool> s_pchLookupCache;
91 LookupInfo info{header, cacheString}; in precompiledHeaderContains()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DModule.h886 class LookupInfo {
888 LookupInfo() in LookupInfo() function
893 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DModule.h883 class LookupInfo {
885 LookupInfo() in LookupInfo() function
890 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModule.h883 class LookupInfo {
885 LookupInfo() : m_name(), m_lookup_name() {} in LookupInfo() function
887 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DModule.h890 class LookupInfo {
892 LookupInfo() in LookupInfo() function
897 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DModule.h886 class LookupInfo {
888 LookupInfo() in LookupInfo() function
893 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Core/
H A DModule.h883 class LookupInfo {
885 LookupInfo() : m_name(), m_lookup_name() {} in LookupInfo() function
887 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Core/
H A DModule.h894 class LookupInfo {
896 LookupInfo() : m_name(), m_lookup_name() {} in LookupInfo() function
898 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModule.h883 class LookupInfo {
885 LookupInfo() : m_name(), m_lookup_name() {} in LookupInfo() function
887 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DModule.h886 class LookupInfo {
888 LookupInfo() in LookupInfo() function
893 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModule.h883 class LookupInfo {
885 LookupInfo() : m_name(), m_lookup_name() {}
887 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h81 std::vector<Module::LookupInfo> m_lookups;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h84 std::vector<Module::LookupInfo> m_lookups;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h84 std::vector<Module::LookupInfo> m_lookups;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h84 std::vector<Module::LookupInfo> m_lookups;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h84 std::vector<Module::LookupInfo> m_lookups;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h84 std::vector<Module::LookupInfo> m_lookups;

1234