/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | utf.d | 32 $(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 D | string.d | 367 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 D | uni.d | 7999 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 D | array.d | 953 import std.utf : codeLength; 992 to_insert += codeLength!T(stuff[i]);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | utf.d | 33 $(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 D | array.d | 1417 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 D | string.d | 662 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 D | stdio.d | 2000 import std.utf : codeLength; 2001 buf.length = codeLength!C(s);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | utf.d | 545 ubyte codeLength(C)(dchar c) in codeLength() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/ |
H A D | utf.d | 545 ubyte codeLength(C)(dchar c) in codeLength() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | kickstart.d | 126 return codeLength!Char(cast(dchar) ch)*charSize; in ShiftOr()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | kickstart.d | 126 return codeLength!Char(cast(dchar) ch)*charSize; in ShiftOr()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 8785 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 D | iteration.d | 5328 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 D | iteration.d | 3740 import std.utf : codeLength; in this() 3742 _separatorLength = codeLength!(ElementEncodingType!Range)(separator); in this()
|