2using System.Collections.Generic;
66 public void Set(
string str)
74 public void Set(
object str)
103 public void Set(params
object[] str)
106 for (
int i = 0; i < str.Length; i++)
122 int length = value.Length;
123 for (
int i = 0; i < length; i++)
154 for (
int num2 = num / 2 - 1; num2 >= 0; num2--)
180 while (num < 1000000.0)
185 long num3 = (long)Math.Round(num);
188 while (num3 != 0L || num2 >= 0)
190 if (num3 % 10 != 0L || num2 <= 0)
198 if (--num2 == 0 && !flag)
205 for (
int num5 = num4 / 2 - 1; num5 >= 0; num5--)
230 for (j = 1; j < oldStr.Length &&
m_buffer[i + j] == oldStr[j]; j++)
233 flag = j >= oldStr.Length;
237 i += oldStr.Length - 1;
240 for (
int k = 0; k < newStr.Length; k++)
override string ToString()
FastString Append(int value)
List< char > m_replacement
FastString Append(string value)
FastString(int initialCapacity=32)
FastString Replace(string oldStr, string newStr)
void Set< T1, T2 >(T1 str1, T2 str2)
bool IsModified(object newControlValue)
FastString Append(object value)
void Set(params object[] str)
void Set< T1, T2, T3 >(T1 str1, T2 str2, T3 str3)
FastString Append(float valueF)
void Set< T1, T2, T3, T4 >(T1 str1, T2 str2, T3 str3, T4 str4)
void ReallocateIFN(int nbCharsToAdd)
bool IsModified(int newControlValue)