18 references to _achTrimChars
System.Speech (18)
Internal\PhonemeConverter.cs (1)
64
sPhone = sPhone.Trim(Helpers.
_achTrimChars
);
Internal\SrgsCompiler\BackEnd.cs (1)
734
sToken = sToken.Trim(Helpers.
_achTrimChars
);
Internal\SrgsCompiler\SemanticTag.cs (1)
24
sTag = sTag.Trim(Helpers.
_achTrimChars
);
Internal\SrgsCompiler\Subset.cs (1)
23
foreach (char ch in Helpers.
_achTrimChars
)
Internal\SrgsParser\XmlParser.cs (6)
123
sChars = sChars.Trim(Helpers.
_achTrimChars
);
944
sPronunciation = reader.Value.Trim(Helpers.
_achTrimChars
);
963
sDisplay = reader.Value.Trim(Helpers.
_achTrimChars
);
1012
string content = GetStringContent(reader).Trim(Helpers.
_achTrimChars
);
1095
return GetStringContent(reader).Trim(Helpers.
_achTrimChars
);
1683
name = sTag.Substring(0, iEqual).Trim(Helpers.
_achTrimChars
);
Internal\Synthesis\SSmlParser.cs (3)
1490
time = time.Trim(Helpers.
_achTrimChars
);
1685
sNumber = sNumber.Trim(Helpers.
_achTrimChars
);
1742
sNumber = sNumber.Trim(Helpers.
_achTrimChars
);
Recognition\SrgsGrammar\SrgsNameValueTag.cs (1)
179
name = name.Trim(Helpers.
_achTrimChars
);
Recognition\SrgsGrammar\SrgsSemanticInterpretationTag.cs (1)
68
string script = Script.Trim(Helpers.
_achTrimChars
);
Recognition\SrgsGrammar\SrgsSubset.cs (2)
33
_text = text.Trim(Helpers.
_achTrimChars
);
65
value = value.Trim(Helpers.
_achTrimChars
);
Recognition\SrgsGrammar\SrgsToken.cs (1)
40
string text = value.Trim(Helpers.
_achTrimChars
);