Home
last modified time | relevance | path

Searched defs:oformat (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java649 public void setOutputProperties(Properties oformat) in setOutputProperties()
DTransformerImpl.java870 public void setOutputProperties(Properties oformat) in setOutputProperties()
1349 public void setOutputFormat(OutputProperties oformat) in setOutputFormat()
/external/sg3_utils/lib/
Dsg_lib.c2960 dStrHexStr(const char * str, int len, const char * leadin, int oformat, in dStrHexStr()
3053 hex2str(const uint8_t * b_str, int len, const char * leadin, int oformat, in hex2str()
3060 hex2fp(const uint8_t * b_str, int len, const char * leadin, int oformat, in hex2fp()
/external/rust/crates/ring/
Dbuild.rs647 let oformat = match arch { in nasm() localVariable