SBase 102 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc #define isCombinedS(u) (hb_in_range<hb_codepoint_t> ((u), SBase, SBase+SCount-1)) SBase 262 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; SBase 300 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc unsigned int lindex = (s - SBase) / NCount; SBase 301 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc unsigned int nindex = (s - SBase) % NCount;