/external/pcre/dist/ |
pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) 74 for (i = 0; i < PRIV(utf8_table1_size); i++) 75 if ((int)cvalue <= PRIV(utf8_table1)[i]) break; 82 *buffer = PRIV(utf8_table2)[i] | cvalue;
|
pcre32_ord2utf32.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
|
pcre_ucd.c | 6 by the pcretest program, which redefines the PRIV macro to change 35 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }}; 36 const pcre_uint8 PRIV(ucd_stage1)[] = {0}; 37 const pcre_uint16 PRIV(ucd_stage2)[] = {0}; 38 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0}; 55 const pcre_uint32 PRIV(ucd_caseless_sets)[] = { 82 const ucd_record PRIV(ucd_records)[] = { /* 5760 bytes, record size 8 */ [all...] |
pcre_string_utils.c | 68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2) 87 PRIV(strcmp_uc_uc_utf)(const pcre_uchar *str1, const pcre_uchar *str2) 106 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2) 126 PRIV(strcmp_uc_c8_utf)(const pcre_uchar *str1, const char *str2) 157 PRIV(strncmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2, unsigned int num) 174 PRIV(strncmp_uc_c8)(const pcre_uchar *str1, const char *str2, unsigned int num) 201 PRIV(strlen_uc)(const pcre_uchar *str)
|
pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) 150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) 163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || 164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) 182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) 189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || 190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) 222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && 223 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || 236 (PRIV(ucp_gentype)[prop->chartype] != ucp_C | [all...] |
pcre16_ord2utf16.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
|
pcre16_valid_utf16.c | 84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
|
pcre32_valid_utf32.c | 82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
|
pcre_newline.c | 76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, 151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
|
pcre_study.c | 199 cc += PRIV(OP_lengths)[*cc]; 208 cc += PRIV(OP_lengths)[*cc]; 319 cc += PRIV(OP_lengths)[op]; 327 cc += PRIV(OP_lengths)[op]; 341 cc += PRIV(OP_lengths)[OP_CLASS]; 343 cc += PRIV(OP_lengths)[OP_CLASS]; 398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); 438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); 576 cc += PRIV(OP_lengths)[op]; 588 cc += PRIV(OP_lengths)[op] + cc[1] [all...] |
pcre_valid_utf8.c | 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) 137 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
|
pcre_config.c | 138 *((const char **)where) = PRIV(jit_get_target)();
|
pcre_tables.c | 59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; 64 const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST }; 65 const pcre_uint32 PRIV(vspace_list)[] = { VSPACE_LIST }; 81 const int PRIV(utf8_table1)[] = 84 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int); 89 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; 90 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; 95 const pcre_uint8 PRIV(utf8_table4)[] = { 107 const pcre_uint32 PRIV(ucp_gentype)[] = [all...] |
pcre_dfa_exec.c | [all...] |
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];
|
pcre_fullinfo.c | 123 PRIV(jit_get_size)(extra_data->executable_jit) : 0; 203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
|
pcre_compile.c | [all...] |
pcre_exec.c | 221 const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset; 759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, 783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, 789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, 797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, 823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; 826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, 852 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top [all...] |
pcre_byte_order.c | 270 length = PRIV(OP_lengths)[*ptr] - 1;
|
/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...] |
/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...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc.h | 36 #define PRIV IA64_OPCODE_PRIV
|
ia64-opc-m.c | 129 {"ssm", M0, OpX3X4 (0, 0, 6), {IMMU24}, PRIV, 0, NULL}, 130 {"rsm", M0, OpX3X4 (0, 0, 7), {IMMU24}, PRIV, 0, NULL}, 134 {"mov", M, OpX3X6b (1, 0, 0x2c), {CR3, R2}, PRIV, 0, NULL}, 135 {"mov", M, OpX3X6b (1, 0, 0x24), {R1, CR3}, PRIV, 0, NULL}, 140 {"mov", M, OpX3X6b (1, 0, 0x2d), {PSR_L, R2}, PRIV, 0, NULL}, 142 {"mov", M, OpX3X6b (1, 0, 0x25), {R1, PSR}, PRIV, 0, NULL}, 151 {"itc.d", M0, OpX3X6b (1, 0, 0x2e), {R2}, LAST | PRIV, 0, NULL}, 152 {"itc.i", M0, OpX3X6b (1, 0, 0x2f), {R2}, LAST | PRIV, 0, NULL}, 154 {"mov", M, OpX3X6b (1, 0, 0x00), {RR_R3, R2}, PRIV, 0, NULL}, 155 {"mov", M, OpX3X6b (1, 0, 0x01), {DBR_R3, R2}, PRIV, 0, NULL} [all...] |
ia64-opc-b.c | 196 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL}, 197 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL}, 198 {"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL}, 200 {"vmsw.0", B0, OpX6 (0, 0x18), {0, }, NO_PRED | PRIV, 0, NULL}, 201 {"vmsw.1", B0, OpX6 (0, 0x19), {0, }, NO_PRED | PRIV, 0, NULL},
|
/external/icu/icu4c/source/common/ |
uloc_tag.c | [all...] |