OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dfp
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java
65
DecimalFormatProperties
dfp
= new DecimalFormatProperties(handler.nextUid());
local
67
dfp
.setDOMBackPointer(handler.getOriginatingNode());
68
dfp
.setLocaterInfo(handler.getLocator());
70
setPropertiesFromAttributes(handler, rawName, attributes,
dfp
);
71
handler.getStylesheet().setDecimalFormat(
dfp
);
73
handler.getStylesheet().appendChild(
dfp
);
/external/libpcap/
pcap-win32.c
285
unsigned
dfp
= p->adapter->DagFastProcess;
local
383
if(!
dfp
)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java
590
* @param
dfp
A DecimalFormatProperties to add to the hashtable of decimal formats.
592
void recomposeDecimalFormats(DecimalFormatProperties
dfp
)
595
(DecimalFormatSymbols) m_decimalFormatSymbols.get(
dfp
.getName());
598
m_decimalFormatSymbols.put(
dfp
.getName(),
dfp
.getDecimalFormatSymbols());
600
else if (!
dfp
.getDecimalFormatSymbols().equals(oldDfs))
603
if (
dfp
.getName().equals(new QName("")))
615
new Object[] {
dfp
.getName()});
[
all
...]
Stylesheet.java
591
DecimalFormatProperties
dfp
= getDecimalFormat(i);
local
593
if (
dfp
.getName().equals(name))
594
return
dfp
;
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
run.c
269
int
dfp
= fp - frame; /* old index */
local
274
fp = frame +
dfp
;
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 1666 milliseconds