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

  /external/chromium_org/third_party/icu/source/common/
rbbidata.cpp 76 fHeader = data;
77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
92 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable);
95 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable);
98 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable);
101 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable);
106 (uint8_t *)data + fHeader->fTrie,
107 fHeader->fTrieLen,
115 fRuleSource = (UChar *)((char *)data + fHeader->fRuleSource)
    [all...]
rbbidata.h 118 /* Array Size is actually fData->fHeader->fCatCount */
170 const RBBIDataHeader *fHeader;
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbidata.cpp 76 fHeader = data;
77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
92 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable);
95 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable);
98 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable);
101 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable);
106 (uint8_t *)data + fHeader->fTrie,
107 fHeader->fTrieLen,
115 fRuleSource = (UChar *)((char *)data + fHeader->fRuleSource)
    [all...]
rbbidata.h 118 /* Array Size is actually fData->fHeader->fCatCount */
170 const RBBIDataHeader *fHeader;
rbbi.cpp     [all...]
  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.cpp 178 isFmt = GR_GL_COMPRESSED_RED_RGTC1 == fHeader.fGLInternalFormat ||
179 GR_GL_COMPRESSED_3DC_X == fHeader.fGLInternalFormat;
182 return isFmt || compressed_fmt_to_gl_define(fmt) == fHeader.fGLInternalFormat;
186 return this->valid() && GR_GL_RGBA8 == fHeader.fGLInternalFormat;
190 return this->valid() && GR_GL_RGB8 == fHeader.fGLInternalFormat;
215 fHeader.fGLType = this->readInt(&buf, &bytesLeft);
216 fHeader.fGLTypeSize = this->readInt(&buf, &bytesLeft);
217 fHeader.fGLFormat = this->readInt(&buf, &bytesLeft);
218 fHeader.fGLInternalFormat = this->readInt(&buf, &bytesLeft);
219 fHeader.fGLBaseInternalFormat = this->readInt(&buf, &bytesLeft)
    [all...]
ktx.h 47 int width() const { return static_cast<int>(fHeader.fPixelWidth); }
48 int height() const { return static_cast<int>(fHeader.fPixelHeight); }
60 int numMipmaps() const { return static_cast<int>(fHeader.fNumberOfMipmapLevels); }
94 } fHeader;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 826 milliseconds