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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 91 #define TBase 0x11A7u
101 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
310 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
332 TBase + tindex};
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 91 #define TBase 0x11A7
101 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1))
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
310 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
332 TBase + tindex};
  /external/clang/test/SemaCXX/
new-delete.cpp 177 template <class T> struct TBase {
181 TBase<int> t1;
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 173 milliseconds