OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ivd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp
713
char*
ivd
= NULL;
local
724
ivd
= getID(sid, c,
ivd
);
731
printAttribute("id",
ivd
, (int32_t)uprv_strlen(
ivd
));
747
uprv_free(
ivd
);
748
ivd
= NULL;
[
all
...]
/external/icu4c/tools/genrb/
wrtxml.cpp
713
char*
ivd
= NULL;
local
724
ivd
= getID(sid, c,
ivd
);
731
printAttribute("id",
ivd
, (int32_t)uprv_strlen(
ivd
));
747
uprv_free(
ivd
);
748
ivd
= NULL;
[
all
...]
Completed in 41 milliseconds