Home | History | Annotate | Download | only in fxfa

Lines Matching refs:iLen

917   int32_t iLen = wsText.GetLength();
918 if (iLen == 0)
921 wchar_t* psz = wsText.GetBuffer(iLen);
924 for (int32_t i = 0; i < iLen; i++) {
934 wsText.ReleaseBuffer(iLen);