Lines Matching refs:class

16 class Otl
1922 for ($s = 0; $s < $SubClassSetCnt; $s++) { // $SubClassSet is ordered by input class-may be NULL
2111 // NB Format 2 specifies fixed class assignments (identical for each position in the backtrack, input, or lookahead sequence) and exclusive classes (a glyph cannot be in more than one class at a time)
2132 for ($s = 0; $s < $ChainSubClassSetCnt; $s++) { // $ChainSubClassSet is ordered by input class-may be NULL
2159 // $InputClasses[(class)] e.g. 0x02E6,0x02E7,0x02E8
2160 // $LookaheadClasses[(class)]
2161 // $BacktrackClasses[(class)]
3627 for ($class = 0; $class < $ClassCount; $class++) {
3628 $offsets[$comp][$class] = $this->read_ushort();
3804 for ($s = 0; $s < $PosClassSetCnt; $s++) { // $ChainPosClassSet is ordered by input class-may be NULL
3936 for ($s = 0; $s < $ChainPosClassSetCnt; $s++) { // $ChainPosClassSet is ordered by input class-may be NULL
4374 $GlyphClass[$i]['class'] = $this->read_ushort();
4376 $GlyphByClass[$GlyphClass[$i]['class']][] = $this->glyphToChar($g);
4384 $GlyphClass[$i]['class'] = $this->read_ushort();
4386 $GlyphByClass[$GlyphClass[$i]['class']][] = $this->glyphToChar($g);
4478 // "a lookup must ignore any mark glyphs that are not in the specified mark attachment class"
4540 // "a lookup must ignore any mark glyphs that are not in the specified mark attachment class"
5970 $class = $this->read_ushort();
5974 if ($class > 0) {
5977 $GlyphByClass[$class][$this->glyphToChar($g)] = 1;
5987 $class = $this->read_ushort();
5991 if ($class > 0) {
5994 $GlyphByClass[$class][$this->glyphToChar($g)] = 1;
6134 // IETF tag = e.g. en-US, und-Arab, sr-Cyrl cf. class LangToFont