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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 53 #define StreamFromFOURCC(fcc) ((WORD) ((FromHex(LOBYTE(LOWORD(fcc))) << 4) + (FromHex(HIBYTE(LOWORD(fcc))))))
55 #define TWOCCFromFOURCC(fcc) HIWORD(fcc)
vfw.h 672 #define StreamFromFOURCC(fcc) ((WORD) ((FromHex(LOBYTE(LOWORD(fcc))) << 4) + (FromHex(HIBYTE(LOWORD(fcc))))))
674 #define TWOCCFromFOURCC(fcc) HIWORD(fcc)
920 STDMETHOD(ReadData) (THIS_ DWORD fcc,LPVOID lp,LONG *lpcb) PURE;
921 STDMETHOD(WriteData) (THIS_ DWORD fcc,LPVOID lp,LONG cb) PURE;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-fromcharcode.js 56 var fcc = String.fromCharCode; variable
57 var fcc2 = fcc;
75 assertEquals(" ", fcc(0x20));
76 assertEquals(" ", fcc(0x20 + 0x10000));
77 assertEquals(" ", fcc(0x20 - 0x10000));
78 assertEquals(" ", fcc(0x20 + 0.5));
80 assertEquals("\u1234", fcc(0x1234));
81 assertEquals("\u1234", fcc(0x1234 + 0x10000));
82 assertEquals("\u1234", fcc(0x1234 - 0x10000));
83 assertEquals("\u1234", fcc(0x1234 + 0.5))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 27 uint32_t fcc; member in struct:webrtc::AVISTREAMHEADER
201 uint32_t fcc; member in struct:webrtc::AviFile::AVIMAINHEADER
avi_file.cc 60 : fcc( 0),
80 : fcc( 0),
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 317 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) :
318 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
425 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
431 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
525 return nfcSingleton!=NULL ? &nfcSingleton->fcc : NULL;
688 return &allModes->fcc;
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 317 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) :
318 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
425 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
431 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
525 return nfcSingleton!=NULL ? &nfcSingleton->fcc : NULL;
688 return &allModes->fcc;
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 412 const pcre_uint8 *ctypes, *lcc, *fcc; local
448 fcc = md->tables + fcc_offset;
    [all...]
pcre_study.c 622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
    [all...]
pcre_compile.c     [all...]
pcre_exec.c     [all...]
pcre_jit_compile.c 361 const pcre_uint8 *fcc; member in struct:compiler_common
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 857 background: linear-gradient(to bottom, #f77, #fcc 20%, #d44 45%, #d44 55%, #f77);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 598 milliseconds