Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:iLength

435     FX_INT32 iLength = FXSYS_strlen(pStr);

436 FX_LPCSTR pStrEnd = pStr + iLength;
532 static FX_WORD FX_GetCharsetFromLang(FX_LPCSTR pLang, FX_INT32 iLength)
535 if (iLength < 0) {
536 iLength = FXSYS_strlen(pLang);