OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PHRASE
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java
80
/** Bit position if this element type is a
phrase
. */
81
static final int
PHRASE
= (1 << 13);
/external/libxml2/
HTMLparser.c
477
#define
PHRASE
"em", "strong", "dfn", "code", "samp", "kbd", "var", "cite", "abbr", "acronym"
481
#define INLINE PCDATA FONTSTYLE
PHRASE
SPECIAL FORMCTRL
603
static const char* const pre_content[] = {
PHRASE
, "tt", "i", "b", "u", "s", "strike", "a", "br", "script", "map", "q", "span", "bdo", "iframe", NULL } ;
[
all
...]
Completed in 67 milliseconds