Searched refs:FXSYS_strlen (Results 1 – 15 of 15) sorted by relevance
33 FX_INT32 iSize = FXSYS_strlen(pFamily); in SetFamily()63 FX_INT32 iSize = FXSYS_strlen(pPath); in SetPath()
112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0; in CFX_ByteString()155 AssignCopy((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator =()207 ConcatInPlace((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator +=()328 nNewLength = (FX_STRSIZE)FXSYS_strlen((FX_LPCSTR)m_pData->m_String); in ReleaseBuffer()500 nMaxLen += (FX_STRSIZE)FXSYS_strlen(lpsz); in FormatV()586 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()611 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()677 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp); in FormatV()1126 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf2); in FX_ftoa()
159 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf)); in operator <<()166 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf)); in operator <<()208 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf); in operator <<()498 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
162 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()251 iLength = (FX_INT32)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
94 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
894 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()907 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()973 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp); in FormatV()
87 #define ft_strlen FXSYS_strlen
37 m_Length = ptr ? (FX_STRSIZE)FXSYS_strlen(ptr) : 0; in CFX_ByteStringC()50 m_Length = (FX_STRSIZE)FXSYS_strlen(ptr); in CFX_ByteStringC()67 m_Length = (FX_STRSIZE)FXSYS_strlen(src);
148 #define FXSYS_strlen strlen macro
435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode()536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
760 FX_INT32 len = (FX_INT32)FXSYS_strlen(offset_buf); in GenerateXRefStream()1870 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()1959 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
262 len = (int)FXSYS_strlen(string); in OutputPS()
396 int len = (int)FXSYS_strlen(str); in FX_ato64i()