TCount             96 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc #define NCount (VCount * TCount)
TCount            101 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1))
TCount            262 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc 	  hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
TCount            302 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc       unsigned int vindex = nindex / TCount;
TCount            303 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc       unsigned int tindex = nindex % TCount;