Searched defs:LTSH (Results 1 – 3 of 3) sorted by relevance
54 const int32_t Tag::LTSH = TAG('L', 'T', 'S', 'H'); member in sfntly::Tag
70 static const int32_t LTSH; member
76 public static final int LTSH = Tag.intValue(new byte[]{'L', 'T', 'S', 'H'}); field in Tag