Searched defs:TAG2 (Results 1 – 25 of 32) sorted by relevance
12
25 static const SK_OT_CHAR TAG2 = 0; member32 static const SK_OT_CHAR TAG2 = 'u'; member39 static const SK_OT_CHAR TAG2 = 'p'; member46 static const SK_OT_CHAR TAG2 = 'T'; member
20 static const SK_OT_CHAR TAG2 = 'c'; member36 static const SK_OT_CHAR TAG2 = 0; member43 static const SK_OT_CHAR TAG2 = 'I'; member
19 static const SK_OT_CHAR TAG2 = 'c'; member
20 static const SK_OT_CHAR TAG2 = 'x'; member
23 inline static constexpr SK_OT_CHAR TAG2 = '/'; member
20 static const SK_OT_CHAR TAG2 = 'B'; member
19 static const SK_OT_CHAR TAG2 = 's'; member
19 static const SK_OT_CHAR TAG2 = 'a'; member
19 static const SK_OT_CHAR TAG2 = 'e'; member
21 static const SK_OT_CHAR TAG2 = 'D'; member
23 static constexpr SK_OT_CHAR TAG2 = '/'; member
81 #define TAG2(x,y) x##y macro
57 #define TAG2(c1, c2) ((unsigned)(c1) | ((unsigned)(c2) << 8)) in GetSourceFileType() macro