OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBinaryValue
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/genrb/
reslist.c
387
uint32_t dataStart = *byteOffset + sizeof(res->u.
fBinaryValue
.fLength);
394
*byteOffset += 4 + res->u.
fBinaryValue
.fLength;
548
uint32_t dataStart = *byteOffset + sizeof(res->u.
fBinaryValue
.fLength);
556
udata_write32(mem, res->u.
fBinaryValue
.fLength);
557
if (res->u.
fBinaryValue
.fLength > 0) {
558
udata_writeBlock(mem, res->u.
fBinaryValue
.fData, res->u.
fBinaryValue
.fLength);
560
*byteOffset += 4 + res->u.
fBinaryValue
.fLength;
[
all
...]
wrtxml.cpp
796
(res->u.
fBinaryValue
.fFileName !=NULL ?
797
uprv_strlen(res->u.
fBinaryValue
.fFileName) :0)));
804
if(res->u.
fBinaryValue
.fFileName != NULL){
805
uprv_strcpy(fileName, res->u.
fBinaryValue
.fFileName);
868
while(i <res->u.
fBinaryValue
.fLength){
869
len = itostr(temp, res->u.
fBinaryValue
.fData[i], 16, 2);
880
while(i <res->u.
fBinaryValue
.fLength){
881
len = itostr(temp, res->u.
fBinaryValue
.fData[i], 16, 2);
[
all
...]
wrtjava.c
453
int32_t srcLen=res->u.
fBinaryValue
.fLength;
457
byteArray = res->u.
fBinaryValue
.fData;
reslist.h
182
struct SResBinary
fBinaryValue
;
Completed in 292 milliseconds