Searched refs:bsURI (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp264 CFX_WideString FX_DecodeURI(const CFX_ByteString& bsURI) argument
267 int nLength = bsURI.GetLength();
269 if (i < nLength - 2 && bsURI[i] == '%' && FX_IsXDigit(bsURI[i + 1]) && FX_IsXDigit(bsURI[i + 2])) {
270 rURI += (FX_HexToI(bsURI[i + 1]) << 4 | FX_HexToI(bsURI[i + 2]));
273 rURI += bsURI[i];
/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h505 * bsURI - A byte string which indicates the uniform resource identifier, terminated by 0.
511 void (*FFI_DoURIAction)(struct _FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING bsURI);
H A Dfsdk_mgr.h327 void FFI_DoURIAction(FX_LPCSTR bsURI) argument
331 m_pInfo->FFI_DoURIAction(m_pInfo, bsURI);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h370 CFX_WideString FX_DecodeURI(const CFX_ByteString& bsURI);

Completed in 298 milliseconds