Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dread.d185 return unformatRange!T(input, fmt);
240 return unformatRange!T(input, fmt);
283 private T unformatRange(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) in unformatRange() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d5067 return unformatRange!T(input, spec);
5119 return unformatRange!T(input, spec);
5134 return unformatRange!T(input, spec);
5176 private T unformatRange(T, Range, Char)(ref Range input, const ref FormatSpec!Char spec)
5183 debug (unformatRange) printf("unformatRange:\n");
5200 debug (unformatRange) printf("\t");
5201 debug (unformatRange) if (!input.empty) printf("input.front = %c, ", input.front);
5202 debug (unformatRange) printf("cont = %.*s\n", cont);
5217 debug (unformatRange) printf("\t) spec = %c, front = %c ", fmt.spec, input.front);
5233 debug (unformatRange) {
[all …]