Home
last modified time | relevance | path

Searched refs:SCount (Results 1 – 25 of 119) sorted by relevance

12345

/dports/misc/estic/estic-1.61_10/spunk/unixsrc/
H A Dkbd.cc512 int SCount = 1; in GetMappedKey() local
516 while (SCount <= BufFill) { in GetMappedKey()
518 SBuf [SCount-1] = Buf [SCount-1]; in GetMappedKey()
519 SBuf [SCount] = '\0'; in GetMappedKey()
539 if (SCount < 16) { in GetMappedKey()
540 SCount++; in GetMappedKey()
555 memmove (&Buf [0], &Buf [SCount], BufFill - SCount + 1); in GetMappedKey()
556 BufFill -= SCount; in GetMappedKey()
576 if (SCount >= sizeof (Buf)) { in GetMappedKey()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_mirror_queue_mode_exactly.erl31 SCount = Count - 1,
32 {MNode, case SCount > length(SNodes) of
34 SNodes ++ lists:sublist(Cand, SCount - length(SNodes));
35 false -> lists:sublist(SNodes, SCount)
/dports/misc/estic/estic-1.61_10/spunk/linuxsrc/
H A Dkbd.cc605 int SCount = 1; in GetMappedKey() local
609 while (SCount <= BufFill) { in GetMappedKey()
611 SBuf [SCount-1] = Buf [SCount-1]; in GetMappedKey()
612 SBuf [SCount] = '\0'; in GetMappedKey()
632 if (SCount < 16) { in GetMappedKey()
633 SCount++; in GetMappedKey()
648 memmove (&Buf [0], &Buf [SCount], BufFill - SCount + 1); in GetMappedKey()
649 BufFill -= SCount; in GetMappedKey()
669 if (SCount >= (int) sizeof (Buf)) { in GetMappedKey()
/dports/misc/estic/estic-1.61_10/spunk/bsdsrc/
H A Dkbd.cc587 int SCount = 1; in GetMappedKey() local
591 while (SCount <= BufFill) { in GetMappedKey()
593 SBuf [SCount-1] = Buf [SCount-1]; in GetMappedKey()
594 SBuf [SCount] = '\0'; in GetMappedKey()
614 if (SCount < 16) { in GetMappedKey()
615 SCount++; in GetMappedKey()
630 memmove (&Buf [0], &Buf [SCount], BufFill - SCount + 1); in GetMappedKey()
631 BufFill -= SCount; in GetMappedKey()
651 if (SCount >= sizeof (Buf)) { in GetMappedKey()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/stringprep/
H A Dunicode.tcl24 set SCount [expr {$LCount * $NCount}]
152 variable SCount
156 if {$SIndex >= 0 && $SIndex < $SCount} {
225 variable SCount
234 if {$uc1 >= $SBase && $uc1 < $SBase + $SCount && \
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl24 set SCount [expr {$LCount * $NCount}]
152 variable SCount
156 if {$SIndex >= 0 && $SIndex < $SCount} {
225 variable SCount
234 if {$uc1 >= $SBase && $uc1 < $SBase + $SCount && \
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl24 set SCount [expr {$LCount * $NCount}]
152 variable SCount
156 if {$SIndex >= 0 && $SIndex < $SCount} {
225 variable SCount
234 if {$uc1 >= $SBase && $uc1 < $SBase + $SCount && \
/dports/converters/bsdconv/bsdconv-11.6/modules/inter/
H A D_NF-HANGUL-DECOMPOSITION.c13 #define SCount (LCount * NCount) macro
28 if(SIndex >= 0 && SIndex < SCount){ in cbconv()
44 if(SIndex >= 0 && SIndex < SCount){ in decomposeHangul()
H A D_NF-HANGUL-COMPOSITION.c11 #define SCount (LCount * NCount) macro
60 if(0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0){ in cbconv()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgunidecomp.c110 #define SCount (LCount * NCount) macro
255 if (ch >= SBase && ch < SBase + SCount) in g_unicode_canonical_decomposition()
301 else if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0 in combine_hangul()
391 if (wc >= SBase && wc < SBase + SCount) in _g_utf8_normalize_wc()
422 if (wc >= SBase && wc < SBase + SCount) in _g_utf8_normalize_wc()
564 if (ch < SBase || ch >= SBase + SCount) in decompose_hangul_step()
740 if (ch >= SBase && ch < SBase + SCount) in g_unichar_fully_decompose()
/dports/www/p5-RT-Extension-LDAPImport/RT-Extension-LDAPImport-0.36/inc/unicore/
H A DName.pm329 my $SCount = 11172;
395 if ($code_point >= $SBase && $code_point <= $SBase + $SCount -1) {
/dports/devel/p5-JSON-Hyper/JSON-Hyper-0.011/inc/unicore/
H A DName.pm328 my $SCount = 11172;
394 if ($code_point >= $SBase && $code_point <= $SBase + $SCount -1) {
/dports/dns/libidn/libidn-1.35/csharp/
H A DNFKC.cs322 internal static readonly int SCount = LCount * NCount; field in Gnu.Inet.Encoding.NFKC
334 if (SIndex < 0 || SIndex >= SCount) in decomposeHangul()
371 if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0) in composeHangul()
/dports/dns/libidn/libidn-1.35/java/src/main/java/gnu/inet/encoding/
H A DNFKC.java281 static final int SCount = LCount * NCount; field in NFKC
294 if (SIndex < 0 || SIndex >= SCount) { in decomposeHangul()
329 if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0) { in composeHangul()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Idn/
H A DNFKC.cs312 internal static readonly int SCount = LCount * NCount; field in agsXMPP.Idn.NFKC
324 if (SIndex < 0 || SIndex >= SCount) in decomposeHangul()
361 if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0) in composeHangul()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxcompose.cpp55 SCount = LCount*NCount enumerator
63 if(0<=SIndex && SIndex<SCount){ in decomposehangul()
104 if(0<=SIndex && SIndex<SCount && (SIndex%TCount)==0){ in composehangul()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxcompose.cpp55 SCount = LCount*NCount enumerator
63 if(0<=SIndex && SIndex<SCount){ in decomposehangul()
104 if(0<=SIndex && SIndex<SCount && (SIndex%TCount)==0){ in composehangul()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/hangul/
H A Dhangul.cpp56 const int Hangul::SCount = Hangul::LCount * Hangul::NCount; // 11172 member in QtVirtualKeyboard::Hangul
70 if (SIndex >= 0 && SIndex < SCount) { in decompose()
130 if (SIndex >= 0 && SIndex < SCount) { in compose()
H A Dhangul_p.h143 static const int SCount; variable
/dports/lang/ypsilon/ypsilon-0.9.6-update3/stdlib/core/
H A Dunicode-assistants.scm231 (define SCount (* LCount NCount))
240 ((and (< -1 SIndex SCount) (< -1 TIndex TCount) (= 0 (mod SIndex TCount)))
251 ((< -1 SIndex SCount)
/dports/dns/libidn/libidn-1.35/lib/
H A Dnfkc.c558 #define SCount (LCount * NCount) macro
689 if (a >= SBase && a < SCount + SBase && b > TBase && b < TCount + TBase) in combine_hangul()
785 if (wc >= SBase && wc < SBase + SCount) in _g_utf8_normalize_wc()
818 if (wc >= SBase && wc < SBase + SCount) in _g_utf8_normalize_wc()
/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Dsymbols_model.cpp181 static const int SCount = (LCount * NCount); in symbolName() local
204 if (SIndex < 0 || SIndex >= SCount) { in symbolName()
/dports/lang/ypsilon/ypsilon-0.9.6-update3/unicode/
H A Dbuild-ucd-2.scm165 (SCount (* LCount NCount)))
167 (cond ((< SIndex SCount)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc106 #define SCount (LCount * NCount) macro
111 #define isCombinedS(u) (hb_in_range ((u), SBase, SBase+SCount-1))
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc108 #define SCount (LCount * NCount) macro
113 #define isCombinedS(u) (hb_in_range<hb_codepoint_t> ((u), SBase, SBase+SCount-1))

12345