Searched defs:paragraph (Results 1 – 8 of 8) sorted by relevance
71 type paragraph struct { struct72 initialTypes []Class75 pairTypes []bracketType // paired Bracket types for paragraph76 pairValues []rune // rune for opening bracket or pbOpen and pbClose; 0 for pbNone78 embeddingLevel level // default: = implicitLevel;81 resultTypes []Class82 resultLevels []level88 matchingPDI []int93 matchingIsolateInitiator []int131 func (p *paragraph) Len() int { return len(p.initialTypes) }[all …]
492 public Bidi(java.lang.String paragraph, int flags) { throw new RuntimeException("Stub!"); } in Bidi()521 public Bidi(java.text.AttributedCharacterIterator paragraph) { throw new RuntimeException("Stub!");… in Bidi()849 public static byte getBaseDirection(java.lang.CharSequence paragraph) { throw new RuntimeException(… in getBaseDirection()1119 public void setPara(java.text.AttributedCharacterIterator paragraph) { throw new RuntimeException("… in setPara()
644 func (d *parseDoc) paragraph(lines []string) Block { func