Home
last modified time | relevance | path

Searched refs:META_DATA (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
D_m_e_t_a_test.py13 META_DATA = deHexStr( variable
30 table.decompile(META_DATA, ttFont={"meta": table})
36 self.assertEqual(META_DATA, table.compile(ttFont={"meta": table}))
/external/pcre/dist2/src/
Dpcre2_compile.c114 #define META_DATA(x) (x & 0x0000ffffu) macro
859 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 …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java251 public static final String META_DATA = "metadata"; field in LDMLConstants