Lines Matching refs:Substring
66 a = a.Substring(1); in Main()
77 pname = a.Substring(0, j).Trim() in Main()
79 pval = a.Substring(j + 1); in Main()
1327 int x = DecHex(t.Substring(2)); in DecodeCharConst()
1335 int x = DecHex(t.Substring(2)); in DecodeCharConst()
2029 tv = StringToBlob(tt.Substring(1)); in TryParseLiteral()
2033 tv = DecodeCharConst(tt.Substring(1)); in TryParseLiteral()
2039 tt = tt.Substring(1); in TryParseLiteral()
2041 tt = tt.Substring(1); in TryParseLiteral()
2046 tt = tt.Substring(2); in TryParseLiteral()
2049 tt = tt.Substring(2); in TryParseLiteral()