OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatObj
(Results
1 - 3
of
3
) sorted by null
/external/libxslt/libxslt/
functions.c
595
xmlXPathObjectPtr
formatObj
= NULL;
623
formatObj
= valuePop(ctxt);
633
formatObj
->stringval,
642
xmlXPathFreeObject(
formatObj
);
/external/icu4c/i18n/
dtitvfmt.cpp
245
const UObject*
formatObj
= obj.getObject();
246
const DateInterval* interval = dynamic_cast<const DateInterval*>(
formatObj
);
[
all
...]
tmutfmt.cpp
204
const UObject*
formatObj
= obj.getObject();
205
const TimeUnitAmount* amount = dynamic_cast<const TimeUnitAmount*>(
formatObj
);
[
all
...]
Completed in 98 milliseconds