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