HomeSort by relevance Sort by last modified time
    Searched refs:fcc (Results 1 - 7 of 7) sorted by null

  /external/v8/test/mjsunit/
string-fromcharcode.js 35 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(0x1234 + 0.5))
    [all...]
  /external/icu4c/common/
normalizer2.cpp 254 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) :
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/
pcre_dfa_exec.c 388 const uschar *ctypes, *lcc, *fcc; local
420 fcc = md->tables + fcc_offset;
    [all...]
pcre_study.c 489 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
1071 compile_block.fcc = tables + fcc_offset;
pcre_compile.c     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 279 [uuid(0967AAFF-2FFE-4fcc-81F3-3FF2A9C6DCE2)]
  /external/webkit/Source/WebCore/css/
html.css 706 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));

Completed in 1661 milliseconds