HomeSort by relevance Sort by last modified time
    Searched defs:nLen (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fpdftext/
unicodenormalization.cpp 67 FX_STRSIZE nLen = FX_WideString_GetNormalization(wsSrc, (FX_LPWSTR)NULL);
68 if (!nLen) {
71 FX_LPWSTR pBuf = wsDst.GetBuffer(nLen);
73 wsDst.ReleaseBuffer(nLen);
74 return nLen;
fpdf_text_int.cpp 2596 int nlen = str.GetLength(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 130 int nLen = lstrlen(m_pszMsg);
131 if(nLen > 1 && m_pszMsg[nLen - 1]=='\n') {
132 m_pszMsg[nLen-1] = 0;
133 if(m_pszMsg[nLen - 2]=='\r') m_pszMsg[nLen-2] = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 396 int nLen = pDashArray->GetCount();
398 for (; i < nLen; ++i) {
404 if (i == nLen) {
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 523 int nLen = value.GetLength();
526 while (i < nLen)
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 968 int nLen = family.GetLength();
971 family = family.Left(nLen - g_FontStyles[nRet].len);
994 int nLen = style.GetLength();
999 while (i < nLen) {
1000 buf = ParseStyle(pStyle, nLen, i);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 813 FX_FILESIZE nLen = obj_end - obj_pos - offset;
814 if ((FX_DWORD)nLen > size - i) {
818 i += (FX_DWORD)nLen;
    [all...]
  /external/svox/pico/lib/
picopam.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 809 milliseconds