Home
last modified time | relevance | path

Searched defs:nLen (Results 1 – 17 of 17) sorted by relevance

/external/fastrpc/src/
DBufBound.c86 int nLen = *pnLen; in BufBound_ValidateWrite() local
110 void BufBound_Write(BufBound *me, const char *pc, int nLen) in BufBound_Write()
121 void BufBound_Putnc(BufBound *me, char c, int nLen) in BufBound_Putnc()
132 void BufBound_Advance(BufBound *me, int nLen) in BufBound_Advance()
145 void BufBound_Init(BufBound *me, char *pBuf, int nLen) in BufBound_Init()
208 int nLen = nSrcSize; in BufBound_WriteLE() local
220 int nLen = nSrcSize; in BufBound_WriteBE() local
Dstd.c143 int nLen = std_strlen(cpszSrc); in std_strlcpy() local
159 int nLen = 0; in std_strlcat() local
227 int nLen = std_wstrlen(cpwszSrc); in std_wstrlcpy() local
245 int nLen = 0; in std_wstrlcat() local
272 int nLen = 0; in std_memstr() local
301 void* std_memchrend(const void* p, int c, int nLen) in std_memchrend()
327 void* std_memrchr(const void* p, int c, int nLen) in std_memrchr()
367 int nLen, unsigned char cStop, boolean bTestEqual) in x_scanbytes()
411 void* std_memchrsend(const void* pBuf, const char* cpszChars, int nLen) in std_memchrsend()
514 int std_wstrncmp(const AECHAR* s1, const AECHAR* s2, int nLen) in std_wstrncmp()
Dstd_mem.c51 void* std_memset(void* p, int c, int nLen) in std_memset()
59 void* std_memmove(void* pTo, const void* cpFrom, int nLen) in std_memmove()
Dstd_strlprintf.c74 int nLen; // length of string (after prefix) member
/external/pdfium/core/fxcrt/
Dstring_data_template.cpp23 size_t nLen) { in Create()
51 size_t nLen) { in Create()
73 size_t nLen) { in CopyContents()
83 size_t nLen) { in CopyContentsAt()
Dbytestring.cpp117 ByteString::ByteString(const char* pStr, size_t nLen) { in ByteString()
122 ByteString::ByteString(const uint8_t* pStr, size_t nLen) { in ByteString()
Dwidestring.cpp339 WideString::WideString(const wchar_t* pStr, size_t nLen) { in WideString()
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp15 size_t nLen, in CFX_CSSValueListParser()
/external/fastrpc/inc/
Dremote64.h41 int64_t nLen; member
Dremote.h47 size_t nLen; member
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp275 size_t nLen = str->GetLength(); in CheckMailLink() local
Dcpdf_textpagefind.cpp109 int nLen = lpchEnd ? static_cast<int>(lpchEnd - lpszFullString) in ExtractSubString() local
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp295 size_t nLen = buf.GetLength(); in RegenerateFormFile_Container() local
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp492 size_t nLen = pDashArray->size(); in DrawBorder() local
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp655 const size_t nLen = wsCondition.GetLength(); in FilterCondition() local
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp630 size_t nLen = family.GetLength(); in FindSubstFont() local
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp368 size_t nLen = value.GetLength(); in ParseDate() local