Searched refs:NCount (Results 1 – 4 of 4) sorted by relevance
105 #define NCount (VCount * TCount) macro106 #define SCount (LCount * NCount)266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()305 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
235 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()236 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()252 NCount = VCount * TCount, // 588 field in NormalizerBuilder253 SCount = LCount * NCount; // 11172
234 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()235 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()251 NCount = VCount * TCount, // 588 field in NormalizerBuilder252 SCount = LCount * NCount; // 11172
91 NCount = NMax + 1 enumerator