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

  /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/icu/source/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/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
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 547 milliseconds