Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d32 $(LREF codeLength)
350 enforce(stride(s, i) == codeLength!char(c),
353 enforce(stride(RandomCU!char(s), i) == codeLength!char(c),
358 enforce(stride(refRandom, i) == codeLength!char(c),
365 enforce(stride(s) == codeLength!char(c),
368 enforce(stride(InputCU!char(s)) == codeLength!char(c),
373 enforce(stride(refBidir) == codeLength!char(c),
458 enforce(stride(s, i) == codeLength!wchar(c),
461 enforce(stride(RandomCU!wchar(s), i) == codeLength!wchar(c),
466 enforce(stride(refRandom, i) == codeLength!wchar(c),
[all …]
H A Dstring.d367 import std.utf : byDchar, byCodeUnit, UTFException, codeLength;
406 i += codeLength!Char(c2);
480 i += codeLength!Char(c2);
722 import std.utf : byDchar, codeLength;
758 index += codeLength!Char1(c2);
2913 import std.utf : codeLength;
2918 return str[0 .. i + codeLength!C(c)];
H A Duni.d7999 import std.utf : codeLength; in seekStable()
8010 region_start = br.length - codeLength!C(ch); in seekStable()
8761 import std.utf : decode, codeLength;
8798 immutable casedLen = codeLength!C(cased);
8829 import std.utf : decode, codeLength; in toCaseLength()
8845 codeLen += codeLength!C(cased); in toCaseLength()
8854 codeLen += codeLength!C(cased); in toCaseLength()
8856 codeLen += codeLength!C(tableFn(j)); in toCaseLength()
H A Darray.d953 import std.utf : codeLength;
992 to_insert += codeLength!T(stuff[i]);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d33 $(LREF codeLength)
422 enforce(stride(s, i) == codeLength!char(c),
425 enforce(stride(RandomCU!char(s), i) == codeLength!char(c),
430 enforce(stride(refRandom, i) == codeLength!char(c),
437 enforce(stride(s) == codeLength!char(c),
440 enforce(stride(InputCU!char(s)) == codeLength!char(c),
445 enforce(stride(refBidir) == codeLength!char(c),
532 enforce(stride(s, i) == codeLength!wchar(c),
535 enforce(stride(RandomCU!wchar(s), i) == codeLength!wchar(c),
540 enforce(stride(refRandom, i) == codeLength!wchar(c),
[all …]
H A Darray.d1417 import std.utf : codeLength, byDchar;
1456 to_insert += codeLength!T(stuff[i]);
3184 import std.utf : codeLength;
3185 immutable fromLength = codeLength!(Unqual!E, R1)(from);
3286 import std.utf : codeLength;
3287 auto fromLength = codeLength!(Unqual!E, R1)(from);
H A Dstring.d662 import std.utf : byDchar, byCodeUnit, UTFException, codeLength;
701 i += codeLength!Char(c2);
775 i += codeLength!Char(c2);
854 import std.utf : byDchar, codeLength; in _indexOfStr()
896 index += codeLength!Char1(c2); in _indexOfStr()
H A Dstdio.d2000 import std.utf : codeLength;
2001 buf.length = codeLength!C(s);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dutf.d545 ubyte codeLength(C)(dchar c) in codeLength() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dutf.d545 ubyte codeLength(C)(dchar c) in codeLength() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dkickstart.d126 return codeLength!Char(cast(dchar) ch)*charSize; in ShiftOr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dkickstart.d126 return codeLength!Char(cast(dchar) ch)*charSize; in ShiftOr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8785 import std.utf : codeLength;
8796 region_start = br.length - codeLength!C(ch);
9009 import std.utf : byDchar, codeLength;
9014 for (size_t i; !r.empty; i += r.front.codeLength!C , r.popFront())
9586 import std.utf : decode, codeLength;
9623 immutable casedLen = codeLength!C(cased);
9654 import std.utf : decode, codeLength;
9670 codeLen += codeLength!C(cased);
9679 codeLen += codeLength!C(cased);
9681 codeLen += codeLength!C(tableFn(j));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d5328 import std.utf : codeLength;
5330 _separatorLength = codeLength!(ElementEncodingType!Range)(separator);
6912 import std.utf : codeLength;
6918 … hitLength = needleLengths[i] = codeLength!dchar(needles[i]);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d3740 import std.utf : codeLength; in this()
3742 _separatorLength = codeLength!(ElementEncodingType!Range)(separator); in this()