Searched refs:SBASE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutil_unistr.c593 base = SBASE + (lindex * VCOUNT + vindex) * TCOUNT;
599 if ((SBASE <= base) && (base < SBASE + SCOUNT) && (((base - SBASE) % TCOUNT) == 0)) {
688 else if ((SBASE <= base) && (base < SBASE + SCOUNT)) {
689 sindex = base - SBASE;
H A Dprecompose.h8 #define SBASE 0xAC00 macro

Completed in 107 milliseconds