Searched refs:META_DATA (Results 1 – 3 of 3) sorted by relevance
13 META_DATA = deHexStr( variable30 table.decompile(META_DATA, ttFont={"meta": table})36 self.assertEqual(META_DATA, table.compile(ttFont={"meta": table}))
114 #define META_DATA(x) (x & 0x0000ffffu) macro859 uint32_t meta_arg = META_DATA(*pptr); in show_parsed()5017 meta_arg = META_DATA(*pptr); in compile_branch()5389 escape = META_DATA(meta); in compile_branch()7572 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()7782 lookbehindlength = META_DATA(*pptr); in compile_regex()8396 if (META_DATA(*pptr) >= 10) pptr += SIZEOFFSET; in parsed_skip()8400 switch (META_DATA(*pptr)) in parsed_skip()8655 escape = META_DATA(*pptr); in get_branchlength()8771 group = META_DATA(*pptr); in get_branchlength()[all …]
251 public static final String META_DATA = "metadata"; field in LDMLConstants