OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdlen
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_xmp_sdk.cpp
1463
uint32
stdLen
= (uint32) stdStr.size ();
1466
if (
stdLen
)
1469
stdBlock.Reset (allocator.Allocate (
stdLen
));
1471
memcpy (stdBlock->Buffer (), stdStr.c_str (),
stdLen
);
/external/icu/icu4c/source/tools/tzcode/
localtime.c
927
size_t
stdlen
;
local
938
stdlen
= strlen(name); /* length of standard zone name */
939
name +=
stdlen
;
940
if (
stdlen
>= sizeof sp->chars)
941
stdlen
= (sizeof sp->chars) - 1;
950
stdlen
= name - stdname;
954
stdlen
= name - stdname;
1009
sp->ttis[0].tt_abbrind =
stdlen
+ 1;
1137
sp->ttis[1].tt_abbrind =
stdlen
+ 1;
1151
sp->charcnt =
stdlen
+ 1
[
all
...]
/bionic/libc/tzcode/
localtime.c
1013
size_t
stdlen
;
local
1023
stdlen
= sizeof gmt - 1;
1024
name +=
stdlen
;
1033
stdlen
= name - stdname;
1037
stdlen
= name - stdname;
1039
if (!
stdlen
)
1045
charcnt =
stdlen
+ 1;
1097
init_ttinfo(&sp->ttis[0], -dstoffset, true,
stdlen
+ 1);
1218
init_ttinfo(&sp->ttis[1], -dstoffset, true,
stdlen
+ 1)
[
all
...]
Completed in 109 milliseconds