Home | History | Annotate | Download | only in fxfa

Lines Matching refs:iLen

78 uint8_t* XFA_RemoveBase64Whitespace(const uint8_t* pStr, int32_t iLen) {
81 if (iLen == 0) {
82 iLen = strlen((char*)pStr);
84 pCP = FX_Alloc(uint8_t, iLen + 1);
85 for (; i < iLen; i++) {
105 int32_t iLen = strlen((char*)pBuffer);
108 for (; i + 3 < iLen; i += 4) {