Searched defs:EBLC (Results 1 – 3 of 3) sorted by relevance
43 const int32_t Tag::EBLC = TAG('E', 'B', 'L', 'C'); member in sfntly::Tag
55 static const int32_t EBLC; member
61 public static final int EBLC = Tag.intValue(new byte[]{'E', 'B', 'L', 'C'}); field in Tag