HomeSort by relevance Sort by last modified time
    Searched defs:PRIV (Results 1 - 8 of 8) sorted by null

  /external/pcre/dist/
pcre_printint.c 59 #define PRIV(name) name
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];
pcretest.c 130 #define PRIV(name) name
    [all...]
pcre_internal.h 44 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])
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.h 36 #define PRIV IA64_OPCODE_PRIV
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 172 {PRIV, MAXIMUM},
178 {PRIV, PREVIEW, JPEG, MAXIMUM},
182 {PRIV, PREVIEW, PRIV, PREVIEW},
184 {PRIV, PREVIEW, YUV, PREVIEW},
186 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
191 {PRIV, PREVIEW, PRIV, RECORD },
193 {PRIV, PREVIEW, YUV , RECORD },
197 {PRIV, PREVIEW, PRIV, RECORD, JPEG, RECORD }
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-alpha.c 338 #define PRIV(name) PRIV2(abfd,name)
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
487 PRIV (symvva) = symvva;
491 PRIV (ident) = bfd_getl32 (eihd->ident);
492 PRIV (matchctl) = eihd->matchctl;
526 eisd = (struct vms_eisd *)(PRIV (recrd.rec) + offset);
624 unsigned char *p = PRIV (recrd.rec) + offset;
653 PRIV (dst_section) = section;
695 Set PRIV(buf_size) and return it
733 if (PRIV (recrd.file_format) == FF_UNKNOWN
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1010 milliseconds