Home
last modified time | relevance | path

Searched refs:TS_RT_PLAIN (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/win/
H A Dtsf_text_store.cc289 run_info_buffer[0].type = TS_RT_PLAIN; in GetText()
H A Dtsf_text_store_unittest.cc281 EXPECT_EQ(TS_RT_PLAIN, run_info.type); in GetTextTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/win/
H A Dtsf_text_store.cc296 run_info_buffer[0].type = TS_RT_PLAIN; in GetText()
H A Dtsf_text_store_unittest.cc288 EXPECT_EQ(TS_RT_PLAIN, run_info.type); in GetTextTest()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h111 TS_RT_PLAIN = 0, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h111 TS_RT_PLAIN = 0, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.cpp445 case TS_RT_PLAIN: in GetTextRunTypeName()
3036 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3075 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.cpp452 case TS_RT_PLAIN: in GetTextRunTypeName()
3769 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3811 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.cpp402 case TS_RT_PLAIN: in GetTextRunTypeName()
3497 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3539 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.cpp448 case TS_RT_PLAIN: in GetTextRunTypeName()
3707 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3749 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.cpp452 case TS_RT_PLAIN: in GetTextRunTypeName()
3709 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3751 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.cpp448 case TS_RT_PLAIN: in GetTextRunTypeName()
3707 prgRunInfo->type = TS_RT_PLAIN; in GetText()
3749 prgRunInfo->type = TS_RT_PLAIN; in GetText()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs1552 pub const TS_RT_PLAIN: TsRunType = 0i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs12302 pub const TS_RT_PLAIN: TsRunType = TsRunType(0i32); const