Searched defs:DSIG (Results 1 – 3 of 3) sorted by relevance
50 const int32_t Tag::DSIG = TAG('D', 'S', 'I', 'G'); member in sfntly::Tag
66 static const int32_t DSIG; member
72 public static final int DSIG = Tag.intValue(new byte[]{'D', 'S', 'I', 'G'}); field in Tag