Searched refs:TBase (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc91 #define TBase 0x11A7u macro
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/
H A Dhb-ot-shape-complex-hangul.cc100 #define TBase 0x11A7u macro
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
262 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
319 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
341 TBase + tindex};
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp177 template <class T> struct TBase { struct
181 TBase<int> t1;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp3159 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; local
3178 T += TBase;
3184 if (T != TBase) {
3209 if (T != TBase) {
3919 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; local
3940 T += TBase;
3953 if (T != TBase) {
3977 if (T != TBase) {

Completed in 4632 milliseconds