OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notelen
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp
416
int32_t
noteLen
= 0;
432
noteLen
= getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status);
437
if(
noteLen
> 0){
439
print(note,
noteLen
,"<note>", "</note>", status);
[
all
...]
/external/icu4c/tools/genrb/
wrtxml.cpp
418
int32_t
noteLen
= 0;
434
noteLen
= getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status);
439
if(
noteLen
> 0){
441
print(note,
noteLen
,"<note>", "</note>", status);
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
156
Int
notelen
= sizeof(struct note) +
local
159
struct note *n = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.an.1",
notelen
);
161
VG_(memset)(n, 0,
notelen
);
Completed in 2302 milliseconds