Searched defs:PRIV (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Duloc_tag.cpp1777 #define PRIV 0x0080 macro
1870 next = LANG | PRIV;
1904 next = EXTL | SCRT | REGN | VART | EXTS | PRIV;
1915 next = EXTL | SCRT | REGN | VART | EXTS | PRIV;
1917 next = SCRT | REGN | VART | EXTS | PRIV;
1938 next = REGN | VART | EXTS | PRIV;
1948 next = VART | EXTS | PRIV;
1972 next = VART | EXTS | PRIV;
2032 next = EXTS | EXTV | PRIV;
2037 if (next & PRIV) {
[all...]
/external/pcre/dist2/src/
H A Dpcre2test.c221 Before including pcre2_internal.h we define PRIV so that it does not get
222 defined therein. This ensures that PRIV names in the included files do not
228 #define PRIV(name) name macro
236 of PRIV avoids name clashes. */
H A Dpcre2_internal.h227 libraries are always referenced using the PRIV macro. This makes it possible
229 different PRIV definition to avoid name clashes. It also makes it clear in the
232 #ifndef PRIV
233 #define PRIV(name) _pcre2_##name macro
277 data from the tables whose names start with PRIV(utf8_table). They were
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
515 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
1797 #define GET_UCD(ch) (PRIV(ucd_records) + \
1798 PRIV(ucd_stage2)[PRIV(ucd_stage
[all...]

Completed in 145 milliseconds