Searched defs:suffix (Results 1 – 2 of 2) sorted by relevance
62 val suffix = if (number == 0) "" else "_${String.format("%03d", number)}" in <lambda>() constant
187 const suffix = sampled ? SAMPLED_SUFFIX : ''; constant