106 num = ((c !=
'\r' || num + 1 >=
length ||
value[num + 1] !=
'\n') ? (num + 1) : (num + 2));
143 else if (
'I' != c &&
'i' != c &&
'X' != c &&
'x' != c)
160 if (c ==
'-' && flag)
static bool IsLetter(char ch)
static bool IsWhiteSpace(char ch)
static bool IsValidLanguageID(char[] value, int startPos, int length)
static string NonCDataNormalize(string value)
static string CDataNormalize(string value)