Searched defs:fcc (Results 1 - 7 of 7) 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.h220 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
221 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
320 : impl(i), comp(*i, FALSE), decomp(*i), fcd(*i), fcc(*i, TRUE) {}
337 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...]

Completed in 1089 milliseconds