OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:breakdatalength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
rbbidata.cpp
336
int32_t
breakDataLength
= ds->readUInt32(rbbiDH->fLength);
337
int32_t totalSize = headerSize +
breakDataLength
;
347
breakDataLength
);
370
uprv_memset(outBytes, 0,
breakDataLength
);
/external/icu4c/common/
rbbidata.cpp
336
int32_t
breakDataLength
= ds->readUInt32(rbbiDH->fLength);
337
int32_t totalSize = headerSize +
breakDataLength
;
347
breakDataLength
);
370
uprv_memset(outBytes, 0,
breakDataLength
);
Completed in 976 milliseconds