Searched refs:maxName (Results 1 – 3 of 3) sorted by relevance
44 unsigned maxName = 0; in printCommands() local49 if (len > maxName) in printCommands()50 maxName = len; in printCommands()58 unsigned spaces = (maxName + 3) - (it->size()); in printCommands()
362 minName = maxName = name368 maxName = name378 … body += " " + expandPrefix + "_END_RANGE" + expandSuffix + " = " + maxName + ",\n"379 …body += " " + expandPrefix + "_RANGE_SIZE" + expandSuffix + " = (" + maxName + " - " + minName …
1693 const char *maxName; in TestConvertSafeClone() local1792 maxName = ""; in TestConvertSafeClone()1812 maxName = names[idx]; in TestConvertSafeClone()1885 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()1888 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()