Home
last modified time | relevance | path

Searched refs:OneChar (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/CJK/Test/
H A DI18N.CJK.EncodingTest.cs45 …r = '\u71c4', A8Char = '\u0036', SupplementChar = 222, CharsWritten = 2, OneChar = '\u0037', SkipE…
46 …r = '\u003f', A8Char = '\u0036', SupplementChar = 196, CharsWritten = 2, OneChar = '\u0037', SkipE…
49 …r = '\u0038', A8Char = '\u0036', SupplementChar = 222, CharsWritten = 1, OneChar = '\u0037', SkipG…
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DAcornGUI.cc610 char OneChar[2], *b; in SysConfToWindow() local
612 OneChar[1] = 0; in SysConfToWindow()
625 j = IntKeyTable[j]; if (j < 256) {OneChar[0] = j; b = OneChar;} else {b = (char*)j;} in SysConfToWindow()
628 j = IntKeyTable[j]; if (j < 256) {OneChar[0] = j; b = OneChar;} else {b = (char*)j;} in SysConfToWindow()
631 j = IntKeyTable[j]; if (j < 256) {OneChar[0] = j; b = OneChar;} else {b = (char*)j;} in SysConfToWindow()
634 j = IntKeyTable[j]; if (j < 256) {OneChar[0] = j; b = OneChar;} else {b = (char*)j;} in SysConfToWindow()
637 j = IntKeyTable[j]; if (j < 256) {OneChar[0] = j; b = OneChar;} else {b = (char*)j;} in SysConfToWindow()
684 char OneChar[2], *b; in PollSysConfWindow() local
697 if (key < 256) {OneChar[0]=key; OneChar[1]=0; b=OneChar;} else {b=(char*)key;} in PollSysConfWindow()
/dports/games/wizznic/Wizznic-1.1/tools/releaser/data/win/curl/
H A Dmk-ca-bundle.vbs229 Function MyASC(OneChar)
230 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dmk-ca-bundle.vbs282 Function MyASC(OneChar)
283 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dmk-ca-bundle.vbs370 Function MyASC(OneChar)
371 If OneChar = "" Then MyASC = 0 Else MyASC = Asc(OneChar)
/dports/editors/xi-core/xi-editor-0.3.0/rust/experimental/lang/src/
H A Dpeg.rs51 pub struct OneChar<F>(pub F); struct
96 impl<F: Fn(char) -> bool> Peg for OneChar<F> { implementation
111 OneChar(|x| x == c).p(s) in char_helper()
/dports/editors/xi-core/xi-editor-0.3.0/rust/experimental/lang/src/language/
H A Drust.rs166 (FailIf(OneOf(b"\r\nbu")), OneChar(|_| true)).p(&t[i + 1..]) in quoted_str()
345 (b'\'', Alt(OneChar(|c| c != '\\' && c != '\''), escape), b'\'').p(s) in char_literal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/ime/
H A Dime_text_span_test.cc31 TEST(ImeTextSpanTest, OneChar) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/ime/
H A Dime_text_span_test.cc41 TEST(ImeTextSpanTest, OneChar) { in TEST() argument
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DCorePattern.hs68 | OneChar Pattern -- Bring the Pattern element that accepts a character constructor
435 ,unQ = OneChar pIn}

12