Searched refs:FXSYS_strlen (Results 1 – 13 of 13) sorted by relevance
87 nLen = lpsz ? FXSYS_strlen(lpsz) : 0; in CFX_ByteString()158 AssignCopy(FXSYS_strlen(lpsz), lpsz); in operator =()210 ConcatInPlace(FXSYS_strlen(lpsz), lpsz); in operator +=()243 return FXSYS_strlen(ptr) == m_pData->m_nDataLength && in Equal()339 nNewLength = FXSYS_strlen((FX_LPCSTR)m_pData->m_String); in ReleaseBuffer()500 nMaxLen += FXSYS_strlen(lpsz); in FormatV()586 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()611 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()677 nItemLen = FXSYS_strlen(pszTemp); in FormatV()1112 FX_STRSIZE len = FXSYS_strlen(buf2); in FX_ftoa()
151 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()158 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()200 FX_STRSIZE len = FXSYS_strlen(buf); in operator <<()482 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
146 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()235 iLength = (FX_INT32)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
98 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
864 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()877 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()943 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
34 FX_INT32 iSize = FXSYS_strlen(pFamily); in SetFamily()64 FX_INT32 iSize = FXSYS_strlen(pPath); in SetPath()
112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
43 m_Length = ptr ? FXSYS_strlen(ptr) : 0; in CFX_ByteStringC()62 m_Length = (len == -1) ? FXSYS_strlen(ptr) : len; in CFX_ByteStringC()76 m_Length = m_Ptr ? FXSYS_strlen(src) : 0;90 return FXSYS_strlen(ptr) == m_Length &&191 : CFX_ByteString(ptr, ptr ? FXSYS_strlen(ptr) : 0) { } in CFX_ByteString()
200 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr)) macro204 #define FXSYS_strlen(ptr) ((FX_STRSIZE)strlen(ptr))
435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode()536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
757 FX_INT32 len = (FX_INT32)FXSYS_strlen(offset_buf); in GenerateXRefStream()1868 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()1957 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
256 len = (int)FXSYS_strlen(string); in OutputPS()
396 int len = (int)FXSYS_strlen(str); in FX_ato64i()