Home
last modified time | relevance | path

Searched refs:LBase (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/dns/idnkit/idnkit-1.0-src/lib/
H A Dunicode.c68 #define LBase 0x1100 macro
176 *v++ = LBase + l_offset; in idn__unicode_decompose()
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast)) in idn__unicode_iscompositecandidate()
263 if (LBase <= c1 && c1 < LBase + LCount && in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c68 #define LBase 0x1100 macro
176 *v++ = LBase + l_offset; in idn__unicode_decompose()
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast)) in idn__unicode_iscompositecandidate()
263 if (LBase <= c1 && c1 < LBase + LCount && in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/www/libwww/w3c-libwww-5.4.2/modules/idn/
H A Dunicode.c68 #define LBase 0x1100 macro
176 *v++ = LBase + l_offset; in idn__unicode_decompose()
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast)) in idn__unicode_iscompositecandidate()
263 if (LBase <= c1 && c1 < LBase + LCount && in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/converters/bsdconv/bsdconv-11.6/modules/inter/
H A D_NF-HANGUL-COMPOSITION.c4 #define LBase 0x1100 macro
45 LIndex = ucs - LBase; in cbconv()
55 LIndex = r->pending - LBase; in cbconv()
66 LIndex = ucs - LBase; in cbconv()
80 LIndex = ucs - LBase; in cbconv()
86 LIndex = ucs - LBase; in cbconv()
107 LIndex = ucs - LBase; in cbconv()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/stringprep/
H A Dunicode.tcl17 set LBase 0x1100
145 variable LBase
158 set L [expr {$LBase + $SIndex / $NCount}]
218 variable LBase
228 if {$uc1 >= $LBase && $uc1 < $LBase + $LCount && \
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl17 set LBase 0x1100
145 variable LBase
158 set L [expr {$LBase + $SIndex / $NCount}]
218 variable LBase
228 if {$uc1 >= $LBase && $uc1 < $LBase + $LCount && \
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl17 set LBase 0x1100
145 variable LBase
158 set L [expr {$LBase + $SIndex / $NCount}]
218 variable LBase
228 if {$uc1 >= $LBase && $uc1 < $LBase + $LCount && \
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/korean/p5-Lingua-KO-Hangul-Util/Lingua-KO-Hangul-Util-0.28/
H A DUtil.pm65 use constant LBase => 0x1100; constant
93 my $IsL = sub { LBase <= $_[0] && $_[0] <= LFinal };
378 my $lindex = $_[0] - LBase;
415 LBase + $lindex,
451 $ret[-1] -= LBase; # LIndex
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
335 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc100 #define LBase 0x1100u macro
110 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
342 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc96 #define LBase 0x1100u macro
106 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
337 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-shape-complex-hangul.cc100 #define LBase 0x1100u macro
110 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
342 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc96 #define LBase 0x1100u macro
106 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
337 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc100 #define LBase 0x1100u macro
110 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
342 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, 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.cc96 #define LBase 0x1100u macro
106 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
337 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-shape-complex-hangul.cc100 #define LBase 0x1100u macro
110 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
342 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()

12345678