Home | History | Annotate | Download | only in fxedit

Lines Matching refs:sText

2968     CFX_WideString sText = text;
2970 for (int32_t i = 0, sz = sText.GetLength(); i < sz; i++) {
2971 FX_WORD word = sText[i];
2975 if (sText[i + 1] == 0x0A)
2980 if (sText[i + 1] == 0x0D)