OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commentlength
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c
39
uint16_t headerSize,
commentLength
;
110
commentLength
=(uint16_t)(uprv_strlen(comment)+1);
111
headerSize+=
commentLength
;
113
commentLength
=0;
126
if(
commentLength
>0) {
127
T_FileStream_write(pData->file, comment,
commentLength
);
/external/icu4c/tools/toolutil/
unewdata.c
39
uint16_t headerSize,
commentLength
;
110
commentLength
=(uint16_t)(uprv_strlen(comment)+1);
111
headerSize+=
commentLength
;
113
commentLength
=0;
126
if(
commentLength
>0) {
127
T_FileStream_write(pData->file, comment,
commentLength
);
/frameworks/av/media/libstagefright/include/
OggExtractor.h
62
const sp<MetaData> &fileMeta, const char *comment, size_t
commentLength
);
/frameworks/av/media/libstagefright/
OggExtractor.cpp
778
size_t
commentLength
= mVc.comment_lengths[i];
779
parseVorbisComment(mFileMeta, comment,
commentLength
);
785
const sp<MetaData> &fileMeta, const char *comment, size_t
commentLength
)
816
commentLength
- tagLen - 1);
/libcore/luni/src/main/java/java/util/zip/
ZipFile.java
394
int
commentLength
= it.readShort() & 0xffff;
400
if (
commentLength
> 0) {
401
byte[] commentBytes = new byte[
commentLength
];
Completed in 697 milliseconds