Home
last modified time | relevance | path

Searched refs:len_str (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc125 auto len_str = str.length(); in IsStrLengthValid() local
126 if (len_str > length_limit) { in IsStrLengthValid()
/third_party/python/Lib/
Ddatetime.py283 len_str = len(tstr)
288 if (len_str - pos) < 2:
304 if pos < len_str:
310 len_remainder = len_str - pos
322 len_str = len(tstr)
323 if len_str < 2: