Home | History | Annotate | Download | only in Modules

Lines Matching refs:SBase

486 #define SBase   0xAC00
539 if (SBase <= code && code < (SBase+SCount)) {
540 int SIndex = code - SBase;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
908 if (SBase <= code && code < SBase+SCount) {
910 int SIndex = code - SBase;
1032 *code = SBase + (L*VCount+V)*TCount + T;