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

/external/pcre/dist/
H A Dpcre_printint.c59 #define PRIV(name) name macro
144 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
146 c = (c & PRIV(utf8_table3)[a]) << s;
240 for (i = PRIV(utt_size) - 1; i >= 0; i--)
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
244 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??";
277 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + code[2];
H A Dpcretest.c130 #define PRIV(name) name macro
H A Dpcre_internal.h44 depending on the PRIV macro. */
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
688 from the tables whose names start with PRIV(utf8_table). They were rewritten by
703 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f])
2606 #ifndef PRIV
2607 #define PRIV(name) _pcre_##name macro
2613 #ifndef PRIV
2614 #define PRIV(name) _pcre16_##name macro
2620 #ifndef PRIV
2621 #define PRIV macro
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c1772 #define PRIV 0x0080 macro
1855 next = LANG | PRIV;
1889 next = EXTL | SCRT | REGN | VART | EXTS | PRIV;
1900 next = EXTL | SCRT | REGN | VART | EXTS | PRIV;
1902 next = SCRT | REGN | VART | EXTS | PRIV;
1923 next = REGN | VART | EXTS | PRIV;
1933 next = VART | EXTS | PRIV;
1957 next = VART | EXTS | PRIV;
2017 next = EXTS | EXTV | PRIV;
2022 if (next & PRIV) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 165 milliseconds