Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:nStart

769 FX_STRSIZE CFX_ByteString::Find(FX_CHAR ch, FX_STRSIZE nStart) const

775 if (nStart >= nLength) {
778 FX_LPCSTR lpsz = FXSYS_strchr(m_pData->m_String + nStart, ch);
816 FX_STRSIZE CFX_ByteString::Find(FX_BSTR lpszSub, FX_STRSIZE nStart) const
822 if (nStart > nLength) {
825 FX_LPCSTR lpsz = FX_strstr(m_pData->m_String + nStart, m_pData->m_nDataLength - nStart,