Home
last modified time | relevance | path

Searched refs:NCount (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/editors/cudatext/CudaText-1.151.0/econtrol/econtrol/
H A Dec_lists.pas228 NCount := Count;
229 if NCount = 0 then
233 H := NCount - 1;
260 NCount := Count;
261 if NCount = 0 then
265 H := NCount - 1;
298 NCount := Count;
299 if NCount = 0 then
303 H := NCount - 1;
425 if NCount = 0 then
[all …]
/dports/editors/cudatext/CudaText-1.151.0/atsyneditex/atsynedit_ex/
H A Datsynedit_sortedrange.pas116 NCount:= Count;
117 if NCount=0 then
121 b:= NCount-1;
217 NCount := Count;
218 if NCount = 0 then
222 H := NCount - 1;
237 if Result >= NCount then
238 Result := NCount - 1;
444 NCount, NItemLen: integer;
454 NCount:= Count;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_frame_proc.inc104 NCount: integer;
109 NCount:= Groups.GetTabTotalCount;
110 if AIndex<NCount then
120 Dec(AIndex, NCount);
121 NCount:= GroupsF1.GetTabTotalCount;
122 if AIndex<NCount then
130 Dec(AIndex, NCount);
131 NCount:= GroupsF2.GetTabTotalCount;
132 if AIndex<NCount then
140 Dec(AIndex, NCount);
[all …]
H A Dproc_cssprovider.pas45 NCount, i: integer;
58 NCount:= PyList_Size(Obj);
59 for i:= 0 to NCount-1 do
/dports/science/jstrack/jstrack/extlib/tcllib1.19/stringprep/
H A Dunicode.tcl23 set NCount [expr {$VCount * $TCount}]
24 set SCount [expr {$LCount * $NCount}]
151 variable NCount
158 set L [expr {$LBase + $SIndex / $NCount}]
159 set V [expr {$VBase + ($SIndex % $NCount) / $TCount}]
224 variable NCount
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl23 set NCount [expr {$VCount * $TCount}]
24 set SCount [expr {$LCount * $NCount}]
151 variable NCount
158 set L [expr {$LBase + $SIndex / $NCount}]
159 set V [expr {$VBase + ($SIndex % $NCount) / $TCount}]
224 variable NCount
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl23 set NCount [expr {$VCount * $TCount}]
24 set SCount [expr {$LCount * $NCount}]
151 variable NCount
158 set L [expr {$LBase + $SIndex / $NCount}]
159 set V [expr {$VBase + ($SIndex % $NCount) / $TCount}]
224 variable NCount
/dports/converters/bsdconv/bsdconv-11.6/modules/inter/
H A D_NF-HANGUL-DECOMPOSITION.c12 #define NCount (VCount * TCount) macro
13 #define SCount (LCount * NCount)
45 int L = LBase + SIndex / NCount; in decomposeHangul()
46 int V = VBase + (SIndex % NCount) / TCount; in decomposeHangul()
/dports/korean/p5-Lingua-KO-Hangul-Util/Lingua-KO-Hangul-Util-0.28/
H A DUtil.pm64 use constant NCount => 588; # VCount * TCount constant
361 my $lindex = int( $sindex / NCount);
362 my $vindex = int(($sindex % NCount) / TCount);
373 return SBase + $CodeL{$1} * NCount + $CodeV{$2} * TCount + $CodeT{$3};
411 my $lindex = int( $sindex / NCount);
412 my $vindex = int(($sindex % NCount) / TCount);
/dports/www/p5-RT-Extension-LDAPImport/RT-Extension-LDAPImport-0.36/inc/unicore/
H A DName.pm333 my $NCount = $VCount * $TCount;
398 my $L = $LBase + $SIndex / $NCount;
399 my $V = $VBase + ($SIndex % $NCount) / $TCount;
/dports/devel/p5-JSON-Hyper/JSON-Hyper-0.011/inc/unicore/
H A DName.pm332 my $NCount = $VCount * $TCount;
397 my $L = $LBase + $SIndex / $NCount;
398 my $V = $VBase + ($SIndex % $NCount) / $TCount;
/dports/dns/libidn/libidn-1.35/csharp/
H A DNFKC.cs320 internal static readonly int NCount = VCount * TCount; field in Gnu.Inet.Encoding.NFKC
322 internal static readonly int SCount = LCount * NCount;
339 int L = LBase + SIndex / NCount; in decomposeHangul()
340 int V = VBase + (SIndex % NCount) / TCount; in decomposeHangul()
/dports/dns/libidn/libidn-1.35/java/src/main/java/gnu/inet/encoding/
H A DNFKC.java280 static final int NCount = VCount * TCount; field in NFKC
281 static final int SCount = LCount * NCount;
298 int L = LBase + SIndex / NCount; in decomposeHangul()
299 int V = VBase + (SIndex % NCount) / TCount; in decomposeHangul()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Idn/
H A DNFKC.cs310 internal static readonly int NCount = VCount * TCount; field in agsXMPP.Idn.NFKC
312 internal static readonly int SCount = LCount * NCount;
329 int L = LBase + SIndex / NCount; in decomposeHangul()
330 int V = VBase + (SIndex % NCount) / TCount; in decomposeHangul()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
305 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc107 #define NCount (VCount * TCount) macro
108 #define SCount (LCount * NCount)
273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
312 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
313 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-shape-complex-hangul.cc103 #define NCount (VCount * TCount) macro
104 #define SCount (LCount * NCount)
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
305 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
307 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
308 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
307 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
308 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
307 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
308 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-shape-complex-hangul.cc107 #define NCount (VCount * TCount) macro
108 #define SCount (LCount * NCount)
273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
312 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
313 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-hangul.cc103 #define NCount (VCount * TCount) macro
104 #define SCount (LCount * NCount)
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
305 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc107 #define NCount (VCount * TCount) macro
108 #define SCount (LCount * NCount)
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
310 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
311 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
307 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
308 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-shape-complex-hangul.cc103 #define NCount (VCount * TCount) macro
104 #define SCount (LCount * NCount)
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
305 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()

123456789