OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbbiDH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
rbbidata.cpp
323
RBBIDataHeader *
rbbiDH
= (RBBIDataHeader *)inBytes;
324
if (ds->readUInt32(
rbbiDH
->fMagic) != 0xb1a0 ||
325
rbbiDH
->fFormatVersion[0] != 3 ||
326
ds->readUInt32(
rbbiDH
->fLength) < sizeof(RBBIDataHeader))
336
int32_t breakDataLength = ds->readUInt32(
rbbiDH
->fLength);
380
tableStartOffset = ds->readUInt32(
rbbiDH
->fFTable);
381
tableLength = ds->readUInt32(
rbbiDH
->fFTableLen);
391
tableStartOffset = ds->readUInt32(
rbbiDH
->fRTable);
392
tableLength = ds->readUInt32(
rbbiDH
->fRTableLen);
402
tableStartOffset = ds->readUInt32(
rbbiDH
->fSFTable)
[
all
...]
/external/icu4c/common/
rbbidata.cpp
323
RBBIDataHeader *
rbbiDH
= (RBBIDataHeader *)inBytes;
324
if (ds->readUInt32(
rbbiDH
->fMagic) != 0xb1a0 ||
325
rbbiDH
->fFormatVersion[0] != 3 ||
326
ds->readUInt32(
rbbiDH
->fLength) < sizeof(RBBIDataHeader))
336
int32_t breakDataLength = ds->readUInt32(
rbbiDH
->fLength);
380
tableStartOffset = ds->readUInt32(
rbbiDH
->fFTable);
381
tableLength = ds->readUInt32(
rbbiDH
->fFTableLen);
391
tableStartOffset = ds->readUInt32(
rbbiDH
->fRTable);
392
tableLength = ds->readUInt32(
rbbiDH
->fRTableLen);
402
tableStartOffset = ds->readUInt32(
rbbiDH
->fSFTable)
[
all
...]
Completed in 23 milliseconds