Home | History | Annotate | Download | only in common

Lines Matching refs:punctuation

681  * punctuation sequences, function/big operator/integral applications to
920 * 4. Any remaining unmatched delimiters are turned into punctuation nodes.
957 // - make punctuation nodes from open fences
1049 // We turn the fence into a punctuation.
1142 * Rewrite fences into punctuation. This is done with any "leftover" fence.
1147 fence.type = cvox.SemanticAttr.Type.PUNCTUATION;
1192 // For now we just make a punctuation node with a particular role. This is
1195 // In addition we keep the single punctuation nodes as content.
1198 return cvox.SemanticTree.attrPred_('type', 'PUNCTUATION')(x) &&
1235 nodes[0].type == cvox.SemanticAttr.Type.PUNCTUATION) {
1238 nodes[nodes.length - 1].type == cvox.SemanticAttr.Type.PUNCTUATION) {
1530 applNode.type = cvox.SemanticAttr.Type.PUNCTUATION;
1607 * 3. some punctuation.
1654 * 2. some punctuation.
1661 cvox.SemanticTree.attrPred_('type', 'PUNCTUATION')(node);