Home
last modified time | relevance | path

Searched refs:DECLARATION (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java52 DECLARATION, VARIANTKEY, DEFAULT, enum constant
78 case "Declaration": type = Type.DECLARATION; break; in Token()
189 case DECLARATION: in parseMessage()
282 case DECLARATION: in parseDeclaration()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h258 DECLARATION, enumerator
391 TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDeclaration()
489 It is only used internally, both by the ELEMENT and the DECLARATION.
659 TiXmlDeclaration() : TiXmlNode( TiXmlNode::DECLARATION ) {} in TiXmlDeclaration()
H A Dtinyxml.cpp864 : TiXmlNode( TiXmlNode::DECLARATION ) in TiXmlDeclaration()

Completed in 6 milliseconds