Searched refs:MAX_INTERCEPT_PART_LEN (Results 1 – 1 of 1) sorted by relevance
41 const size_t MAX_INTERCEPT_PART_LEN = 4; variable66 interceptLen = (interceptLen > MAX_INTERCEPT_PART_LEN ? MAX_INTERCEPT_PART_LEN : interceptLen); in AnonymizeUidStr()