Lines Matching defs:str

2718 		$str = "";
2725 //$str = $this->MarkAttachmentType[$MarkAttachmentType];
2726 $str = "MarkAttachmentType[" . $MarkAttachmentType . "] ";
2732 $str = "Mark Glyph Set: ";
2733 $str .= $this->MarkGlyphSets[$MarkFilteringSet];
2740 //$str = $this->GlyphClassMarks;
2741 $str = "Mark Glyphs ";
2747 if ($str) {
2748 $str .= "|";
2750 //$str .= $this->GlyphClassLigatures;
2751 $str .= "Ligature Glyphs ";
2756 if ($str) {
2757 $str .= "|";
2759 //$str .= $this->GlyphClassBases;
2760 $str .= "Base Glyphs ";
2762 if ($str) {
2763 return $str;
2820 $str = "";
2823 $str .= $ignore . " ";
2826 $str .= "" . $lookupGlyphs[($i - $seqIndex)] . "";
2828 $str .= "" . $inputGlyphs[($i)] . "";
2832 return $str;
2841 $str = "";
2844 $str .= $ignore . " ";
2846 $str .= "" . $inputGlyphs[($i - 1)] . "";
2849 return $str;
2859 $str = "";
2861 $str .= "" . $backtrackGlyphs[$i] . " " . $ignore . " ";
2864 return $str;
2874 $str = "";
2876 $str .= $ignore . " " . $lookaheadGlyphs[$i] . "";
2879 return $str;
2896 $str = "";
2898 $str = $REPL;
2902 $str = $REPL;
2906 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2912 $str .= '\\' . ($nBsubs + 1);
2915 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2917 $str .= ' \\' . ($nBsubs + 1 + (2 * ($x - 1)));
2921 $str .= " ";
2923 $str .= $REPL;
2926 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2931 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2933 $str .= ' \\' . ($nBsubs + 1 + (2 * ($x - 1)));
2939 return $str;
4322 function formatUniStr($str)
4325 $arr = explode('|', $str);
4341 function formatEntityStr($str)
4344 $arr = explode('|', $str);
4357 function formatEntityFirst($str)
4359 $arr = explode('|', $str);