Home
last modified time | relevance | path

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

/dports/audio/picard/picard-release-2.6.2/picard/util/
H A Dfilenaming.py76 def _shorten_to_utf16_length(text, length): function
105 newtext = _shorten_to_utf16_length(text, length)
159 return _shorten_to_utf16_length(filename, length)
189 return _shorten_to_utf16_length(text, limit).strip()