Home | History | Annotate | Download | only in ge

Lines Matching defs:iLen

868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex)

871 if (!iLen || iLen <= iIndex) {
874 while (iIndex < iLen) {
885 FX_INT32 iLen = bsStyle.GetLength();
886 if (!iLen) {
893 if (!pStyle || pStyle->len > iLen) {