Searched defs:bdat (Results 1 – 3 of 3) sorted by relevance
71 const int32_t Tag::bdat = TAG('b', 'd', 'a', 't'); member in sfntly::Tag
93 static const int32_t bdat; member
100 public static final int bdat = Tag.intValue(new byte[]{'b', 'd', 'a', 't'}); field in Tag