Searched refs:generalSubstTable (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | ArcEngine.cxx | 218 if ((*syntax_->generalSubstTable())[event->data()[i]] != is10744_[j]) in pi() 227 || (*syntax_->generalSubstTable())[event->data()[i]] != arcBase_[j]) in pi() 243 syntax_->generalSubstTable()->subst(name); in pi() 302 syntax_->generalSubstTable()->subst(arcBase_); in sgmlDecl() 312 syntax_->generalSubstTable()->subst(tem); in sgmlDecl() 332 syntax_->generalSubstTable()->subst(arcBase_); in sgmlDecl() 650 docSyntax_->generalSubstTable()->subst(name_); in init() 667 docSyntax_->generalSubstTable()); in init() 861 docSyntax_->generalSubstTable()->subst(attName); in supportAttributes() 875 docSyntax_->generalSubstTable()->subst(supportAtts_[i]); in supportAttributes() [all …]
|
| H A D | parseParam.cxx | 206 getCurrentToken(syntax().generalSubstTable(), parm.token); in parseParam() 375 getCurrentToken(syntax().generalSubstTable(), buffer); in parseGroupToken() 390 getCurrentToken(syntax().generalSubstTable(), gt.token); in parseGroupToken() 410 getCurrentToken(syntax().generalSubstTable(), gt.token); in parseGroupToken() 997 getCurrentToken(syntax().generalSubstTable(), buffer); in getIndicatedReservedName() 1011 getCurrentToken(syntax().generalSubstTable(), buffer); in getReservedName()
|
| H A D | parseMode.cxx | 208 Partition partition(chars, csets, usedSets, *syntax().generalSubstTable()); in compileModes() 426 StringC str(syntax().generalSubstTable()->inverse(c)); in compileNormalMap() 456 StringC str(syntax().generalSubstTable()->inverse(c)); in compileNormalMap()
|
| H A D | parseAttribute.cxx | 38 text.subst(*syntax().generalSubstTable(), syntax().space()); in parseAttributeSpec() 64 text.subst(*syntax().generalSubstTable(), syntax().space()); in parseAttributeSpec()
|
| H A D | parseCommon.cxx | 251 getCurrentToken(syntax().generalSubstTable(), name); in parseNamedCharRef()
|
| H A D | parseInstance.cxx | 424 getCurrentToken(syntax().generalSubstTable(), name); in parseStartTag() 993 getCurrentToken(syntax().generalSubstTable(), name); in parseEndTag()
|
| H A D | parseDecl.cxx | 502 getCurrentToken(instanceSyntax().generalSubstTable(), delim); in lookingAtStartTag() 509 gi += (*instanceSyntax().generalSubstTable())[(Char)c]; in lookingAtStartTag() 521 getCurrentToken(syntax().generalSubstTable(), name); in parseDeclarationName() 1863 const SubstTable<Char> *table = instanceSyntax().generalSubstTable(); in parseShortrefDecl() 2399 && ((*instanceSyntax().generalSubstTable())[text[j]] in maybeStatusKeyword()
|
| H A D | ParserState.cxx | 731 syntax().generalSubstTable()->subst(state->activeLinkTypes_[i][j]); in shouldActivateLink()
|
| H A D | parseSd.cxx | 1972 const SubstTable<Char> *table = sdBuilder.syntax->generalSubstTable(); in sdParseDelim() 2058 const SubstTable<Char> *table = sdBuilder.syntax->generalSubstTable(); in sdParseDelim() 2133 sdBuilder.syntax->generalSubstTable()->subst(transName[i]); in sdParseNames() 2934 getCurrentToken(syntax().generalSubstTable(), parm.token); in parseSdParam()
|
| H A D | Attribute.cxx | 168 : syntax.generalSubstTable()), in makeTokenizedValue()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Syntax.h | 192 const SubstTable<Char> *generalSubstTable() const; 302 inline const SubstTable<Char> *Syntax::generalSubstTable() const in generalSubstTable() function
|