Searched refs:lengthProtection (Results 1 – 2 of 2) sorted by relevance
210 void initWithOptionalLengthProtection(bool lengthProtection);
128 void UniscribeHelper::initWithOptionalLengthProtection(bool lengthProtection) in initWithOptionalLengthProtection() argument140 if (m_inputLength == 0 || (lengthProtection && m_inputLength > kMaxInputLength)) in initWithOptionalLengthProtection()