Searched refs:len_str (Results 1 – 2 of 2) sorted by relevance
125 auto len_str = str.length(); in IsStrLengthValid() local126 if (len_str > length_limit) { in IsStrLengthValid()
283 len_str = len(tstr)288 if (len_str - pos) < 2:304 if pos < len_str:310 len_remainder = len_str - pos322 len_str = len(tstr)323 if len_str < 2: