Searched defs:fcc (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNorm2AllModes.java200 public ComposeNormalizer2(Normalizer2Impl ni, boolean fcc) { argument
202 onlyContiguous=fcc;
292 fcc=new ComposeNormalizer2(ni, true);
299 public final ComposeNormalizer2 fcc; field in class:Norm2AllModes
/external/icu/icu4c/source/common/
H A Dnorm2allmodes.h222 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
223 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
346 : impl(i), comp(*i, FALSE), decomp(*i), fcd(*i), fcc(*i, TRUE) {}
363 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java196 public ComposeNormalizer2(Normalizer2Impl ni, boolean fcc) { argument
198 onlyContiguous=fcc;
288 fcc=new ComposeNormalizer2(ni, true);
295 public final ComposeNormalizer2 fcc; field in class:Norm2AllModes
/external/pcre/dist2/src/
H A Dpcre2_auto_possess.c295 fcc points to the case-flipping table
307 get_chr_property_list(PCRE2_SPTR code, BOOL utf, const uint8_t *fcc, argument
400 list[3] = fcc[chr];
404 list[3] = (chr < 256) ? fcc[chr] : chr;
406 list[3] = fcc[chr];
644 code = get_chr_property_list(code, utf, cb->fcc, list);
1080 get_chr_property_list(code, utf, cb->fcc, list) : NULL;
1136 end = get_chr_property_list(code, utf, cb->fcc, list);
H A Dpcre2_dfa_match.c379 const uint8_t *ctypes, *lcc, *fcc; local
412 fcc = mb->tables + fcc_offset;
2077 othercase = fcc[c];
2234 otherd = TABLE_GET(d, fcc, d);
2269 otherd = TABLE_GET(d, fcc, d);
2312 otherd = TABLE_GET(d, fcc, d);
2353 otherd = TABLE_GET(d, fcc, d);
2386 otherd = TABLE_GET(d, fcc, d);
2426 otherd = TABLE_GET(d, fcc, d);
H A Dpcre2_intmodedep.h689 const uint8_t *fcc; /* Points to case-flipping table */ member in struct:compile_block
786 const uint8_t *fcc; /* Points to case-flipping table */ member in struct:match_block
H A Dpcre2_jit_compile.c391 const sljit_u8 *fcc; member in struct:compiler_common
2615 return common->fcc[c] != c;
2621 return MAX_255(c) ? common->fcc[c] != c : FALSE;
2633 return TABLE_GET(c, common->fcc, c);
2649 oc = common->fcc[c];
2658 oc = TABLE_GET(c, common->fcc, c);
2662 oc = TABLE_GET(c, common->fcc, c);
3834 othercase[0] = TABLE_GET(chr, common->fcc, chr);
4560 oc = TABLE_GET(first_char, common->fcc, first_char);
4764 oc = TABLE_GET(req_char, common->fcc, req_cha
[all...]
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_fs.c71 fetch_position(struct fs_compile_context *fcc, struct toy_dst dst) argument
73 struct toy_compiler *tc = &fcc->tc;
75 tsrc(TOY_FILE_GRF, fcc->payloads[0].source_depth, 0);
77 tsrc(TOY_FILE_GRF, fcc->payloads[0].source_w, 0);
79 (fcc->variant->u.fs.fb_height) ? fcc->variant->u.fs.fb_height : 1;
81 (fcc->tgsi.props.fs_coord_origin == TGSI_FS_COORD_ORIGIN_UPPER_LEFT);
83 (fcc->tgsi.props.fs_coord_pixel_center ==
134 fetch_face(struct fs_compile_context *fcc, struct toy_dst dst) argument
136 struct toy_compiler *tc = &fcc
159 fetch_attr(struct fs_compile_context *fcc, struct toy_dst dst, int slot) argument
233 fs_lower_opcode_tgsi_in(struct fs_compile_context *fcc, struct toy_dst dst, int dim, int idx) argument
258 fs_lower_opcode_tgsi_indirect_const(struct fs_compile_context *fcc, struct toy_dst dst, int dim, struct toy_src idx) argument
314 fs_lower_opcode_tgsi_const_pcb(struct fs_compile_context *fcc, struct toy_dst dst, int dim, struct toy_src idx) argument
340 fs_lower_opcode_tgsi_const_gen6(struct fs_compile_context *fcc, struct toy_dst dst, int dim, struct toy_src idx) argument
390 fs_lower_opcode_tgsi_const_gen7(struct fs_compile_context *fcc, struct toy_dst dst, int dim, struct toy_src idx) argument
438 fs_lower_opcode_tgsi_imm(struct fs_compile_context *fcc, struct toy_dst dst, int idx) argument
454 fs_lower_opcode_tgsi_sv(struct fs_compile_context *fcc, struct toy_dst dst, int dim, int idx) argument
479 fs_lower_opcode_tgsi_direct(struct fs_compile_context *fcc, struct toy_inst *inst) argument
517 fs_lower_opcode_tgsi_indirect(struct fs_compile_context *fcc, struct toy_inst *inst) argument
717 fs_prepare_tgsi_sampling(struct fs_compile_context *fcc, const struct toy_inst *inst, int base_mrf, const uint32_t *saturate_coords, unsigned *ret_sampler_index) argument
1097 fs_lower_opcode_tgsi_sampling(struct fs_compile_context *fcc, struct toy_inst *inst) argument
1281 fs_lower_virtual_opcodes(struct fs_compile_context *fcc) argument
1366 fs_compile(struct fs_compile_context *fcc) argument
1442 fs_write_fb(struct fs_compile_context *fcc) argument
1664 fs_setup_payloads(struct fs_compile_context *fcc) argument
1774 fs_setup(struct fs_compile_context *fcc, const struct ilo_shader_state *state, const struct ilo_shader_variant *variant) argument
1893 struct fs_compile_context fcc; local
[all...]

Completed in 1254 milliseconds