Lines Matching refs:b

416 					// b. Apply context-specific forms GSUB Lookups (initial, isolated, medial, final)
586 // b. Analyse characters - group as syllables/clusters (Indic); invalid diacritics; add dotted circle
694 // b. Re-ordering (Myanmar mym2)
757 // b. Apply locl and ccmp shaping forms - before initial re-ordering; GSUB Lookups (one at a time)
955 // b. Apply all GSUB Lookups (in order specified in lookup list)
1828 for ($b = 0; $b < $SubRuleSetCount; $b++) {
1844 for ($b = 0; $b < $SubRuleCnt; $b++) {
1845 $SubRule[$b] = $SubRuleSetOffset[$GlyphPos] + $this->read_ushort();
1847 for ($b = 0; $b < $SubRuleCnt; $b++) { // EACH RULE
1848 $this->seek($SubRule[$b]);
1911 for ($b = 0; $b < $SubClassSetCnt; $b++) {
1928 for ($b = 0; $b < $SubClassRuleCnt; $b++) {
1929 $SubClassRule[$b] = $SubClassSetOffset[$s] + $this->read_ushort();
1932 for ($b = 0; $b < $SubClassRuleCnt; $b++) { // EACH RULE
1933 $this->seek($SubClassRule[$b]);
2047 for ($b = 0; $b < $BacktrackGlyphCount; $b++) {
2054 for ($b = 1; $b < $InputGlyphCount; $b++) {
2056 $Input[$b] = $this->glyphToChar($gid);
2060 for ($b = 0; $b < $LookaheadGlyphCount; $b++) {
2119 for ($b = 0; $b < $ChainSubClassSetCnt; $b++) {
2138 for ($b = 0; $b < $ChainSubClassRuleCnt; $b++) {
2139 $ChainSubClassRule[$b] = $ChainSubClassSetOffset[$s] + $this->read_ushort();
2142 for ($b = 0; $b < $ChainSubClassRuleCnt; $b++) { // EACH RULE
2143 $this->seek($ChainSubClassRule[$b]);
2286 for ($b = 0; $b < $BacktrackGlyphCount; $b++) {
2290 for ($b = 0; $b < $InputGlyphCount; $b++) {
2294 for ($b = 0; $b < $LookaheadGlyphCount; $b++) {
2301 for ($b = 0; $b < $BacktrackGlyphCount; $b++) {
2302 $this->seek($CoverageBacktrackOffset[$b]);
2304 $CoverageBacktrackGlyphs[$b] = implode("|", $glyphs);
2307 for ($b = 0; $b < $InputGlyphCount; $b++) {
2308 $this->seek($CoverageInputOffset[$b]);
2310 $CoverageInputGlyphs[$b] = implode("|", $glyphs);
2313 for ($b = 0; $b < $LookaheadGlyphCount; $b++) {
2314 $this->seek($CoverageLookaheadOffset[$b]);
2316 $CoverageLookaheadGlyphs[$b] = implode("|", $glyphs);
3793 for ($b = 0; $b < $PosClassSetCnt; $b++) {
3810 for ($b = 0; $b < $PosClassRuleCnt; $b++) {
3811 $PosClassRule[$b] = $PosClassSetOffset[$s] + $this->read_ushort();
3814 for ($b = 0; $b < $PosClassRuleCnt; $b++) { // EACH RULE
3815 $this->seek($PosClassRule[$b]);
3923 for ($b = 0; $b < $ChainPosClassSetCnt; $b++) {
3942 for ($b = 0; $b < $ChainPosClassRuleCnt; $b++) {
3943 $ChainPosClassRule[$b] = $ChainPosClassSetOffset[$s] + $this->read_ushort();
3946 for ($b = 0; $b < $ChainPosClassRuleCnt; $b++) { // EACH RULE
3947 $this->seek($ChainPosClassRule[$b]);
4085 for ($b = 0; $b < $BacktrackGlyphCount; $b++) {
4089 for ($b = 0; $b < $InputGlyphCount; $b++) {
4093 for ($b = 0; $b < $LookaheadGlyphCount; $b++) {
4100 for ($b = 0; $b < $BacktrackGlyphCount; $b++) {
4101 $this->seek($CoverageBacktrackOffset[$b]);
4103 $CoverageBacktrackGlyphs[$b] = implode("|", $glyphs);
4106 for ($b = 0; $b < $InputGlyphCount; $b++) {
4107 $this->seek($CoverageInputOffset[$b]);
4109 $CoverageInputGlyphs[$b] = implode("|", $glyphs);
4112 for ($b = 0; $b < $LookaheadGlyphCount; $b++) {
4113 $this->seek($CoverageLookaheadOffset[$b]);
4115 $CoverageLookaheadGlyphs[$b] = implode("|", $glyphs);
4615 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
4625 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
4635 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
4645 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
4671 // b. When the directional override status is not neutral, reset the current character type to directional override status.
4926 // L4. A character is depicted by a mirrored glyph if and only if (a) the resolved directionality of that character is R, and (b) the Bidi_Mirrored property value of that character is true.
5014 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
5025 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
5036 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
5047 // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status.
5174 // b. When the directional override status is not neutral, reset the current character type to directional override status.
5636 // L4. A character is depicted by a mirrored glyph if and only if (a) the resolved directionality of that character is R, and (b) the Bidi_Mirrored property value of that character is true.
6189 echo '<b>';
6193 echo '</b>';
6200 echo '<b>';
6204 echo '</b>';