Searched refs:NCount (Results 1 – 6 of 6) sorted by relevance
103 #define NCount (VCount * TCount) macro104 #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()
237 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()238 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()254 NCount = VCount * TCount, // 588 field in NormalizerBuilder255 SCount = LCount * NCount; // 11172
236 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()237 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()253 NCount = VCount * TCount, // 588 field in NormalizerBuilder254 SCount = LCount * NCount; // 11172
493 #define NCount (VCount*TCount) macro494 #define SCount (LCount*NCount)541 int L = LBase + SIndex / NCount; in nfd_nfkd()542 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd()915 int L = SIndex / NCount; in _getucname()916 int V = (SIndex % NCount) / TCount; in _getucname()
482 #define NCount (VCount*TCount) macro483 #define SCount (LCount*NCount)541 int L = LBase + SIndex / NCount; in nfd_nfkd()542 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd()976 int L = SIndex / NCount; in _getucname()977 int V = (SIndex % NCount) / TCount; in _getucname()
91 NCount = NMax + 1 enumerator