Home
last modified time | relevance | path

Searched refs:iLength (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp142 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() argument
145 if (iLength < 0) { in FXSYS_strtof()
146 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()
148 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength); in FXSYS_strtof()
149 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen); in FXSYS_strtof()
151 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_wcstof() argument
154 if (iLength < 0) { in FXSYS_wcstof()
155 iLength = (FX_INT32)FXSYS_wcslen(pwsStr); in FXSYS_wcstof()
157 if (iLength == 0) { in FXSYS_wcstof()
170 while (iUsedLen < iLength) { in FXSYS_wcstof()
[all …]
/external/pdfium/core/include/fxcrt/
Dfx_ext.h22 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
23 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
45 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
46 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FA… in FPF_GetHashCode_StringA() argument
111 if (iLength < 0) { in FPF_GetHashCode_StringA()
112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
114 FX_LPCSTR pStrEnd = pStr + iLength; in FPF_GetHashCode_StringA()
187 FX_INT32 iLength = bsfamily.GetLength(); in FPF_SKIANormalizeFontName() local
189 for (FX_INT32 i = 0; i < iLength; i++) { in FPF_SKIANormalizeFontName()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp406 int iLength = params.size(); in mailForm() local
408 FX_BOOL bUI = iLength > 0 ? params[0].ToBool() : TRUE; in mailForm()
409 CFX_WideString cTo = iLength > 1 ? params[1].ToCFXWideString() : L""; in mailForm()
410 CFX_WideString cCc = iLength > 2 ? params[2].ToCFXWideString() : L""; in mailForm()
411 CFX_WideString cBcc = iLength > 3 ? params[3].ToCFXWideString() : L""; in mailForm()
412 CFX_WideString cSubject = iLength > 4 ? params[4].ToCFXWideString() : L""; in mailForm()
413 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString() : L""; in mailForm()
1243 size_t iLength = cbFrom.GetLength(); in ReversalStr() local
1245 iSize *= (iLength + 1); in ReversalStr()
1247 wchar_t* pFrom = (wchar_t*)cbFrom.GetBuffer(iLength); in ReversalStr()
[all …]
Dapp.cpp848 int iLength = params.size(); in response() local
849 if (iLength > 0 && params[0].GetType() == VT_object) in response()
869 switch(iLength) in response()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp617 int iLength = csNewFieldName.GetLength(); in ValidateFieldName() local
620 while (iPos < iLength && (csNewFieldName[iPos] == L'.' || csNewFieldName[iPos] == L' ')) { in ValidateFieldName()
623 if (iPos < iLength && !csSub.IsEmpty()) { in ValidateFieldName()
626 while (iPos < iLength && csNewFieldName[iPos] != L'.') { in ValidateFieldName()
667 if (iPos >= iLength) { in ValidateFieldName()
912 int iLength = csFieldName.GetLength(); in CountInternalFields() local
917 if (iPos < iLength && csFieldName[iPos] == L'.') { in CountInternalFields()
920 while (iPos < iLength && csFieldName[iPos] != L'.') { in CountInternalFields()
939 if (iPos >= iLength) { in CountInternalFields()
968 int iLength = csFieldName.GetLength(); in GetInternalField() local
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode() local
436 FX_LPCSTR pStrEnd = pStr + iLength; in FX_GetLangHashCode()
532 static FX_WORD FX_GetCharsetFromLang(FX_LPCSTR pLang, FX_INT32 iLength) in FX_GetCharsetFromLang() argument
535 if (iLength < 0) { in FX_GetCharsetFromLang()
536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py402 iLength = info.iLengthInMs
403 if iLength > 0:
404 … self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/sqlite/dist/
Dsqlite3.c103656 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};
103663 for(i=0; i<ArraySize(iLength)-omitFull; i++){
103664 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c103638 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};
103645 for(i=0; i<ArraySize(iLength)-omitFull; i++){
103646 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){