Home
last modified time | relevance | path

Searched refs:FXSYS_wcslen (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp433 pStream->WriteString(s_pwsTagName, FXSYS_wcslen(s_pwsTagName)); in XFA_DataExporter_RegenerateFormFile()
438 pStream->WriteString(s_pwChecksum, FXSYS_wcslen(s_pwChecksum)); in XFA_DataExporter_RegenerateFormFile()
442 pStream->WriteString(L" xmlns=\"", FXSYS_wcslen(L" xmlns=\"")); in XFA_DataExporter_RegenerateFormFile()
444 pStream->WriteString(pURI, FXSYS_wcslen(pURI)); in XFA_DataExporter_RegenerateFormFile()
460 pStream->WriteString(s_pwsClose, FXSYS_wcslen(s_pwsClose)); in XFA_DataExporter_RegenerateFormFile()
505 pStream->WriteString(s_pwsPreamble, FXSYS_wcslen(s_pwsPreamble)); in Export()
511 pStream->WriteString(s_pwsPostamble, FXSYS_wcslen(s_pwsPostamble)); in Export()
Dxfa_script_nodehelper.cpp35 uint32_t uNameHash = FX_HashCode_String_GetW(pwsName, FXSYS_wcslen(pwsName)); in XFA_ResolveNodes_GetOneChild()
/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp62 nLen = lpsz ? FXSYS_wcslen(lpsz) : 0; in CFX_WideString()
111 nNewLength = m_pData ? FXSYS_wcslen(m_pData->m_String) : 0; in ReleaseBuffer()
125 AssignCopy(FXSYS_wcslen(lpsz), lpsz); in operator =()
163 ConcatInPlace(FXSYS_wcslen(lpsz), lpsz); in operator +=()
611 FX_STRSIZE nSourceLen = FXSYS_wcslen(lpszOld); in Replace()
615 FX_STRSIZE nReplacementLen = lpszNew ? FXSYS_wcslen(lpszNew) : 0; in Replace()
753 nMaxLen += FXSYS_wcslen(lpsz); in FormatV()
834 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
869 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
Dfx_basic_utf.cpp79 len = FXSYS_wcslen(pwsStr); in FX_UTF8Encode()
Dfx_extension.cpp144 iLength = (int32_t)FXSYS_wcslen(pwsStr); in FXSYS_wcstof()
244 iLength = (int32_t)FXSYS_wcslen(pStr); in FX_HashCode_String_GetW()
Dfx_basic_buffer.cpp198 AppendBlock(lpsz, FXSYS_wcslen(lpsz) * sizeof(FX_WCHAR)); in operator <<()
258 FX_STRSIZE len = FXSYS_wcslen(wstr); in operator <<()
Dfx_basic_bstring.cpp573 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
597 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
916 len = FXSYS_wcslen(str); in FromUnicode()
Dfx_basic_wstring_unittest.cpp523 EXPECT_EQ(0, FXSYS_wcslen(cstr)); in TEST()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_encode.cpp11 iLength = FXSYS_wcslen(pStr); in FX_SwapByteOrder()
34 iLength = FXSYS_wcslen(pSrc); in FX_SwapByteOrderCopy()
Dfx_algorithm.cpp280 iStrLen = FXSYS_wcslen(pStr); in FX_SeparateStringW()
Dfx_system.cpp95 iLength = FXSYS_wcslen(pwsStr); in FX_wcstof()
Dfx_codepage.cpp328 iLength = FXSYS_wcslen(pStr); in FX_GetCodePageFormStringW()
Dfx_stream.cpp86 FXSYS_assert(pszSrcFileName != NULL && FXSYS_wcslen(pszSrcFileName) > 0); in LoadFile()
857 if (pszSrcFileName == NULL || FXSYS_wcslen(pszSrcFileName) < 1) { in LoadFile()
/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp253 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark), in printd()
302 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd()
331 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark), in printd()
383 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd()
Dglobal.cpp57 return (unsigned)FX_HashCode_String_GetW(main, FXSYS_wcslen(main)); in JS_CalcHash()
DField.cpp2762 if (FXSYS_wcslen(ElementValue.ToCFXWideString().c_str()) == 0) in value()
/external/pdfium/core/include/fxcrt/
Dfx_string.h428 m_Length = ptr ? FXSYS_wcslen(ptr) : 0; in CFX_WideStringC()
438 m_Length = (len == -1) ? FXSYS_wcslen(ptr) : len; in CFX_WideStringC()
450 m_Length = FXSYS_wcslen(src);
463 return FXSYS_wcslen(ptr) == m_Length && wmemcmp(ptr, m_Ptr, m_Length) == 0;
552 : CFX_WideString(ptr, ptr ? FXSYS_wcslen(ptr) : 0) {} in CFX_WideString()
Dfx_system.h164 #define FXSYS_wcslen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(wcslen(ptr)) macro
168 #define FXSYS_wcslen(ptr) ((FX_STRSIZE)wcslen(ptr))
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.h56 iLength = FXSYS_wcslen(m_pString); in GetString()
Dfde_cssstylesheet.cpp43 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8); in LoadHTMLStandardStyleSheet()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp471 len = FXSYS_wcslen(pString); in PDF_EncodeText()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1794 int32_t iLength = FXSYS_wcslen(pReplace); in GetFont()
Dxfa_textlayout.cpp129 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8); in LoadDefaultSheetStyle()
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp124 iLength = FXSYS_wcslen(pPath); in GetPath()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp2486 : (int)FXSYS_wcslen(lpszFullString); in ExtractSubString()

12