HomeSort by relevance Sort by last modified time
    Searched refs:TCount (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 94 #define TCount 28u
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;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 94 #define TCount 28
96 #define NCount (VCount * TCount)
101 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((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;
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 403 milliseconds