OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dfp
(Results
1 - 5
of
5
) 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/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
...]
/external/libpcap/
pcap-win32.c
201
unsigned
dfp
= p->adapter->DagFastProcess;
local
299
if(!
dfp
)
/external/skia/src/core/
SkCanvas.cpp
[
all
...]
Completed in 251 milliseconds