Lines Matching refs:s

834 					 * when it's there to start with. The string <0E14, 0E4B, 0E4D> is probably
1922 for ($s = 0; $s < $SubClassSetCnt; $s++) { // $SubClassSet is ordered by input class-may be NULL
1924 if ($SubClassSetOffset[$s] > 0 && isset($InputClasses[$s][$currGID])) {
1925 $this->seek($SubClassSetOffset[$s]);
1929 $SubClassRule[$b] = $SubClassSetOffset[$s] + $this->read_ushort();
1941 $inputClass = $s;
2038 for ($s = 0; $s < $ChainSubRuleCount; $s++) {
2039 $ChainSubRule[$s] = $ChainSubRuleSet + $this->read_ushort();
2042 for ($s = 0; $s < $ChainSubRuleCount; $s++) {
2043 $this->seek($ChainSubRule[$s]);
2132 for ($s = 0; $s < $ChainSubClassSetCnt; $s++) { // $ChainSubClassSet is ordered by input class-may be NULL
2134 if ($ChainSubClassSetOffset[$s] > 0 && isset($InputClasses[$s][$currGID])) {
2135 $this->seek($ChainSubClassSetOffset[$s]);
2139 $ChainSubClassRule[$b] = $ChainSubClassSetOffset[$s] + $this->read_ushort();
2166 $inputClass = $s; //???
2574 * positions! Now *that*'s tricky! And these marks may be following the
3804 for ($s = 0; $s < $PosClassSetCnt; $s++) { // $ChainPosClassSet is ordered by input class-may be NULL
3806 if ($PosClassSetOffset[$s] > 0 && isset($InputClasses[$s][$currGID])) {
3807 $this->seek($PosClassSetOffset[$s]);
3811 $PosClassRule[$b] = $PosClassSetOffset[$s] + $this->read_ushort();
3823 $inputClass = $s;
3936 for ($s = 0; $s < $ChainPosClassSetCnt; $s++) { // $ChainPosClassSet is ordered by input class-may be NULL
3938 if ($ChainPosClassSetOffset[$s] > 0 && isset($InputClasses[$s][$currGID])) {
3939 $this->seek($ChainPosClassSetOffset[$s]);
3943 $ChainPosClassRule[$b] = $ChainPosClassSetOffset[$s] + $this->read_ushort();
3964 $inputClass = $s; //???
5155 // In all cases, set the PDI’s level to the embedding level of the last entry on the directional status stack left after the steps above.
5973 // Let's ignore for now
5990 // Let's ignore for now