Searched refs:nLen (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp67 FX_STRSIZE nLen = FX_WideString_GetNormalization(wsSrc, (FX_LPWSTR)NULL); local
68 if (!nLen) {
71 FX_LPWSTR pBuf = wsDst.GetBuffer(nLen);
73 wsDst.ReleaseBuffer(nLen);
74 return nLen;
H A Dfpdf_text_int.cpp2545 int nLen = (lpchEnd == NULL) ? local
2547 ASSERT(nLen >= 0);
2548 FXSYS_memcpy32(rString.GetBuffer(nLen), lpszFullString, nLen * sizeof(FX_WCHAR));
2741 int nLen = str.GetLength(); local
2742 for (i = aPos + 1; i < nLen - ePos; i++) {
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c338 int nLen; local
341 size_t nLen; local
366 nLen = wcslen(szCmdLine)+128+1;
367 bufp = SDL_stack_alloc(wchar_t, nLen*2);
371 wcsncpy(bufp+wcslen(bufp), szCmdLine,nLen-wcslen(bufp));
372 nLen = wcslen(bufp)+1;
373 cmdline = SDL_stack_alloc(char, nLen);
377 WideCharToMultiByte(CP_ACP, 0, bufp, -1, cmdline, nLen, NULL, NULL);
381 nLen = SDL_strlen(bufp)+1;
382 cmdline = SDL_stack_alloc(char, nLen);
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h185 int nLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, NULL, 0); local
186 if(nLen <= 0)
188 char* pbuff = new char[nLen];
190 memset(pbuff, 0, nLen);
193 nLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, pbuff, nLen);
194 CFX_ByteString bsRet = CFX_ByteString(pbuff, nLen);
206 int nLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, NULL, 0); local
207 if(nLen <= 0)
209 char* pbuff = new char[nLen];
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp46 static CFX_StringData* FX_AllocString(int nLen) argument
48 if (nLen == 0) {
51 CFX_StringData* pData = (CFX_StringData*)FX_Alloc(FX_BYTE, sizeof(long) * 3 + (nLen + 1) * sizeof(char));
55 pData->m_nAllocLength = nLen;
56 pData->m_nDataLength = nLen;
58 pData->m_String[nLen] = 0;
81 CFX_ByteString::CFX_ByteString(FX_LPCSTR lpsz, FX_STRSIZE nLen) argument
83 if (nLen < 0) {
84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0;
86 if (nLen) {
95 CFX_ByteString(FX_LPCBYTE lpsz, FX_STRSIZE nLen) argument
313 AllocBeforeWrite(FX_STRSIZE nLen) argument
[all...]
H A Dfx_basic_wstring.cpp8 static CFX_StringDataW* FX_AllocStringW(int nLen) argument
10 if (nLen == 0) {
13 CFX_StringDataW* pData = (CFX_StringDataW*)FX_Alloc(FX_BYTE, sizeof(long) * 3 + (nLen + 1) * sizeof(FX_WCHAR));
17 pData->m_nAllocLength = nLen;
18 pData->m_nDataLength = nLen;
20 pData->m_String[nLen] = 0;
43 void CFX_WideString::InitStr(FX_LPCWSTR lpsz, FX_STRSIZE nLen) argument
45 if (nLen < 0) {
46 nLen = lpsz ? (FX_STRSIZE)FXSYS_wcslen(lpsz) : 0;
48 if (nLen) {
289 AllocBeforeWrite(FX_STRSIZE nLen) argument
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp412 int nLen = pDashArray->GetCount(); local
414 for (; i < nLen; ++i) {
420 if (i == nLen) {
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h86 unsigned JS_CalcHash(const wchar_t* main, unsigned nLen);
119 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1004 int nLen = family.GetLength(); local
1007 family = family.Left(nLen - g_FontStyles[nRet].len);
1030 int nLen = style.GetLength(); local
1035 while (i < nLen) {
1036 buf = ParseStyle(pStyle, nLen, i);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp465 unsigned JS_CalcHash(const wchar_t* main, unsigned nLen) argument
467 return (unsigned)FX_HashCode_String_GetW(main, nLen);
678 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen) argument
680 return WSToJSString(pJSRuntime, string, nLen);
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h348 void AllocBeforeWrite(FX_STRSIZE nLen);
755 void AllocBeforeWrite(FX_STRSIZE nLen);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp624 uint32_t nLen = 0; local
634 nLen = unorm_normalize(src, len, UNORM_NFKD, 0, n, 128, status);
636 for(i = 0; i < nLen; i++) {
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp534 int nLen = value.GetLength(); local
537 while (i < nLen)
/external/svox/pico/lib/
H A Dpicopam.c1609 picoos_int16 nOffs, nOffs1, nLen; local
1624 nLen = inVect[B3]; /*len of current syllable*/
1625 if (pam->nSyllPhoneme >= nLen) {
1659 outVect[P7] = nLen - pam->nSyllPhoneme;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp804 FX_FILESIZE nLen = obj_end - obj_pos - offset; local
805 if ((FX_DWORD)nLen > size - i) {
809 i += (FX_DWORD)nLen;
/external/sqlite/dist/orig/
H A Dsqlite3.c36214 int nLen = sqlite3Strlen30(zBuf); local
36239 int nMax, nBuf, nDir, nLen; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c36234 int nLen = sqlite3Strlen30(zBuf); local
36259 int nMax, nBuf, nDir, nLen; local
[all...]

Completed in 492 milliseconds