Searched refs:SBase (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c67 #define SBase 0xac00 macro
74 #define SLast (SBase + LCount * VCount * TCount)
166 if (SBase <= c && c < SLast) {
169 idx = c - SBase;
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast))
268 *compp = SBase +
271 } else if (SBase <= c1 && c1 < SLast &&
273 (c1 - SBase) % TCount == 0) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode.tcl16 set SBase 0xac00
144 variable SBase
155 set SIndex [expr {$uc - $SBase}]
217 variable SBase
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
234 if {$uc1 >= $SBase && $uc1 < $SBase + $SCount && \
235 (($uc1 - $SBase) % $TCount) == 0 && \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.c623 const int SBase = 0xAC00, LBase = 0x1100, local
643 last = SBase + (lindex * VCount + vindex) * TCount;
650 sindex = last - SBase;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp3241 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; local
3247 uint32_t L = ch - SBase;
4001 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; local
4008 uint32_t L = ch - SBase;

Completed in 219 milliseconds