Searched refs:UNSPECIFIED (Results 1 – 13 of 13) sorted by relevance
47 UNSPECIFIED = auto() variable in Size61 return Size.UNSPECIFIED73 if size != Size.UNSPECIFIED]88 size: Size = Size.UNSPECIFIED
62 int precision = UNSPECIFIED;69 int separators = UNSPECIFIED;89 int separatorCharPos() { return dynamicSeparatorChar ? DYNAMIC : UNSPECIFIED; } in separatorCharPos()116 enum int UNSPECIFIED = DYNAMIC - 1; variable299 precision = UNSPECIFIED;528 precision = UNSPECIFIED;598 if (precision != FormatSpec!Char.UNSPECIFIED)604 if (separators != FormatSpec!Char.UNSPECIFIED)781 assert(f.precision == FormatSpec!char.UNSPECIFIED);
1427 … if (spec.width == 0 && (spec.precision == spec.UNSPECIFIED || spec.precision == spec.DYNAMIC)) in guessLength()1461 spec.precision != spec.UNSPECIFIED && spec.precision != spec.DYNAMIC && in guessLength()1472 (spec.precision == spec.UNSPECIFIED || spec.width > spec.precision)) in guessLength()1476 else if (spec.precision != spec.UNSPECIFIED && spec.precision > spec.width) in guessLength()
578 else spec.precision = spec.UNSPECIFIED; in formattedWrite()590 else spec.precision = spec.UNSPECIFIED; in formattedWrite()
44 UNSPECIFIED, enumerator
421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED) in main()
515 else spec.precision = spec.UNSPECIFIED; in formattedWrite()527 else spec.precision = spec.UNSPECIFIED; in formattedWrite()1009 int precision = UNSPECIFIED;1014 int separators = UNSPECIFIED;1019 int separatorCharPos = UNSPECIFIED;1037 enum int UNSPECIFIED = DYNAMIC - 1; variable1245 precision = UNSPECIFIED;1471 precision = UNSPECIFIED;1540 if (precision != FormatSpec!Char.UNSPECIFIED)1652 assert(f.precision == FormatSpec!char.UNSPECIFIED);[all …]
34 DEFCIFCODE(UNSPECIFIED, CIF_FINAL_ERROR, "")
48117 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
242 && (digits.length - (pos + 1) >= f.precision || f.precision == f.UNSPECIFIED))250 if (f.precision == f.UNSPECIFIED)257 if (f.precision == f.UNSPECIFIED)1586 if (f.precision != f.UNSPECIFIED && len > f.precision)1592 if (f.precision == f.UNSPECIFIED)1606 if (f.precision == f.UNSPECIFIED)3507 if (p == PrecisionType.integer && f.precision == f.UNSPECIFIED)3525 && f.separators > 0 && f.separators != f.UNSPECIFIED;
95 if (f.precision == f.UNSPECIFIED)133 if (f.precision == f.UNSPECIFIED)598 if (f.precision == f.UNSPECIFIED)1517 if (f.precision == f.UNSPECIFIED)2278 if (f.precision == f.UNSPECIFIED)
170 UNSPECIFIED for the STDIN unit so that the flag is