HomeSort by relevance Sort by last modified time
    Searched refs:iLen (Results 1 - 25 of 30) sorted by null

1 2

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
Base64Coder.java 93 * @param iLen
102 public static String encodeLines(byte[] in, int iOff, int iLen, int lineLen,
107 int lines = (iLen + blockLen - 1) / blockLen;
108 int bufLen = ((iLen + 2) / 3) * 4 + lines * lineSeparator.length();
111 while (ip < iLen) {
112 int l = Math.min(iLen - ip, blockLen);
138 * @param iLen
142 public static char[] encode(byte[] in, int iLen) {
143 return encode(in, 0, iLen);
154 * @param iLen
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssvaluelistparser.cpp 10 int32_t iLen,
12 : m_Separator(separator), m_pCur(psz), m_pEnd(psz + iLen) {
13 ASSERT(psz && iLen > 0);
cfde_cssvaluelistparser.h 16 int32_t iLen,
cfde_cssselector.h 23 int32_t iLen,
cfde_cssselector.cpp 37 int32_t iLen,
40 m_dwHash(FX_HashCode_GetW(CFX_WideStringC(psz, iLen), bIgnoreCase)) {}
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 135 int32_t iLen = str.GetLength();
136 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
137 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
145 iLen = tempStr.GetLength();
195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
211 iLen = tempStr.GetLength();
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
234 iLen = tempStr.GetLength()
    [all...]
BC_OnedEAN13Writer.cpp 184 int32_t iLen = str.GetLength();
185 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
186 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
224 iLen = tempStr.GetLength();
236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
252 iLen = tempStr.GetLength();
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
276 iLen = tempStr.GetLength()
    [all...]
BC_OnedEAN8Writer.cpp 186 int32_t iLen = tempStr.GetLength();
226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
234 device->DrawNormalText(iLen, pCharPos, m_pFont,
239 iLen = tempStr.GetLength();
246 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
259 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
BC_OneDimWriter.cpp 267 int32_t iLen = str.GetLength();
268 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
269 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 304 int32_t iLen = FXSYS_ftell(file);
306 return iLen;
488 int32_t iLen = std::min((m_iLength - iPosition) / 2, iMaxLength);
489 if (iLen <= 0) {
492 iLen = FXSYS_fread(pStr, 2, iLen, m_hFile);
494 while (*pStr != L'\0' && iCount < iLen) {
846 int32_t iLen = std::min(m_iLength - m_iPosition, iBufferSize);
847 if (iLen <= 0) {
850 FXSYS_memcpy(pBuffer, m_pData + m_iPosition, iLen);
    [all...]
  /external/pdfium/xfa/fde/xml/
cfx_saxreader.cpp 276 int32_t iLen = csEntity.GetLength();
277 if (iLen > 0) {
282 if (iLen > 1 && csEntity[1] == 'x') {
283 for (int32_t i = 2; i < iLen; i++) {
296 for (int32_t i = 1; i < iLen; i++) {
594 int32_t iLen = m_SkipStack.GetSize();
599 iLen--;
600 ASSERT(iLen > -1);
601 m_SkipStack.RemoveAt(iLen, 1);
602 m_SkipChar = iLen ? m_SkipStack[iLen - 1] : 0
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 111 GLint iLen, i;
193 iLen = (GLint) line.len;
196 for (i = 0; i < iLen; i++) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 309 int32_t iLen = wsCondition.GetLength();
312 if (iLen == 0) {
318 for (; i < iLen; ++i) {
337 wsIndex = wsCondition.Mid(i, iLen - 1 - i);
cxfa_resolveprocessor.cpp 615 int32_t iLen = wsCondition.GetLength();
619 for (; i < iLen; ++i) {
655 if (iFoundCount == 1 && !iLen) {
659 wsIndex = wsCondition.Mid(i, iLen - 1 - i);
727 int32_t iLen = wsCondition.GetLength();
728 if (!iLen) {
759 if (iLen > 1 && (wsCondition[1] == '[' || wsCondition[1] == '(')) {
cxfa_dataexporter.cpp 23 int32_t iLen = str.GetLength();
24 for (int32_t i = 0; i < iLen; i++) {
50 int32_t iLen = str.GetLength();
51 for (int32_t i = 0; i < iLen; i++) {
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 226 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) {
228 if (!iLen || iLen <= iIndex)
230 while (iIndex < iLen) {
240 int32_t iLen = bsStyle.GetLength();
241 if (!iLen)
247 if (!pStyle || pStyle->len > iLen)
  /external/pdfium/core/fxcrt/
fx_xml_parser.cpp 292 int32_t i = 0, iLen = str.GetLength();
300 if (i == iLen)
304 if (i == iLen)
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 44 int32_t iLen = pParams->m_wsText.GetLength();
45 if (iLen <= 0)
56 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), iLen, pParams->m_rtPart);
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 932 int32_t iLen = wsText.GetLength();
933 if (iLen == 0)
936 FX_WCHAR* psz = wsText.GetBuffer(iLen);
939 for (int32_t i = 0; i < iLen; i++) {
949 wsText.ReleaseBuffer(iLen);
    [all...]
xfa_ffwidget.cpp 922 static uint8_t* XFA_RemoveBase64Whitespace(const uint8_t* pStr, int32_t iLen) {
925 if (iLen == 0) {
926 iLen = FXSYS_strlen((FX_CHAR*)pStr);
928 pCP = FX_Alloc(uint8_t, iLen + 1);
929 for (; i < iLen; i++) {
948 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer);
951 for (; i + 3 < iLen; i += 4) {
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 67 int32_t iLen,
71 if (iLen < 0) {
76 while (iStart < iLen && iStart < iEnd) {
79 if (iStart < iLen && pStr[iStart] == ':') {
83 while (iStart < iLen && iStart < iEnd) {
356 int32_t iLen = wsOutput.GetLength();
358 for (; i < iLen && i < 5; i++) {
    [all...]
  /external/libxml2/
catalog.c     [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 

Completed in 1339 milliseconds

1 2