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

/external/v8/test/mjsunit/
H A Dstring-fromcharcode.js35 var fcc = String.fromCharCode; variable
36 var fcc2 = fcc;
54 assertEquals(" ", fcc(0x20));
55 assertEquals(" ", fcc(0x20 + 0x10000));
56 assertEquals(" ", fcc(0x20 - 0x10000));
57 assertEquals(" ", fcc(0x20 + 0.5));
59 assertEquals("\u1234", fcc(0x1234));
60 assertEquals("\u1234", fcc(0x1234 + 0x10000));
61 assertEquals("\u1234", fcc(0x1234 - 0x10000));
62 assertEquals("\u1234", fcc(
[all...]
/external/icu4c/common/
H A Dnormalizer2.cpp254 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
255 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
354 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
360 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
464 return allModes!=NULL ? &allModes->fcc : NULL;
615 return &allModes->fcc;
/external/pcre/
H A Dpcre_dfa_exec.c388 const uschar *ctypes, *lcc, *fcc; local
420 fcc = md->tables + fcc_offset;
1962 if (c < 128) othercase = fcc[c]; else
2146 unsigned int otherd = ((ims & PCRE_CASELESS) != 0)? fcc[d] : d;
2174 otherd = fcc[d];
2212 otherd = fcc[d];
2248 otherd = fcc[d];
2280 otherd = fcc[d];
2315 otherd = fcc[d];
H A Dpcre_internal.h1639 const uschar *fcc; /* Points to case-flipping table */ member in struct:compile_data

Completed in 85 milliseconds