Searched defs:TCount (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc103 #define TCount 28u macro
105 #define NCount (VCount * TCount)
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
311 unsigned int vindex = nindex / TCount;
312 unsigned int tindex = nindex % TCount;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp3162 static const uint32_t TCount = 28; local
3163 //const uint32_t NCount = VCount * TCount; // 588
3169 uint32_t T = L % TCount; // we do it in this order since some compilers can do % and / in one operation
3170 L /= TCount;
3922 static const uint32_t TCount = 28; local
3923 //const uint32_t NCount = VCount * TCount; /* 588 */
3932 uint32_t T = L % TCount;
3933 L /= TCount;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc94 #define TCount 28u macro
96 #define NCount (VCount * TCount)
101 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
302 unsigned int vindex = nindex / TCount;
303 unsigned int tindex = nindex % TCount;

Completed in 412 milliseconds