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

  /external/chromium/third_party/icu/source/common/
rbbidata.cpp 362 int32_t tableLength;
381 tableLength = ds->readUInt32(rbbiDH->fFTableLen);
383 if (tableLength > 0) {
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
392 tableLength = ds->readUInt32(rbbiDH->fRTableLen);
394 if (tableLength > 0) {
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen);
405 if (tableLength > 0) {
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize
    [all...]
  /external/icu4c/common/
rbbidata.cpp 362 int32_t tableLength;
381 tableLength = ds->readUInt32(rbbiDH->fFTableLen);
383 if (tableLength > 0) {
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
392 tableLength = ds->readUInt32(rbbiDH->fRTableLen);
394 if (tableLength > 0) {
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen);
405 if (tableLength > 0) {
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize
    [all...]
  /external/chromium/third_party/icu/source/tools/gennorm/
store.c     [all...]
  /external/icu4c/tools/gennorm/
store.c     [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 232 unsigned tableLength = sfnt->tables[i].length;
234 if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength)

Completed in 68 milliseconds