Searched refs:byCodepoint (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 2311 assert(lowerASCII.byCodepoint.equal(iota('a', 'z'+1))); 2387 @property auto byCodepoint() in byCodepoint() function 2434 set.byCodepoint.equal(iota(0, 0x80)); 3759 auto achr = a.byCodepoint; 3760 assert(equal(achr, arr), text(a.byCodepoint)); 3761 foreach (ch; a.byCodepoint) 3765 foreach (ch; x.byCodepoint) 3773 assert(equal(CodepointSet.init.byCodepoint, cast(dchar[])[])); 4388 foreach (ch; set.byCodepoint) 4395 foreach (ch; set.byCodepoint) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 2294 assert(lowerASCII.byCodepoint.equal(iota('a', 'z'+1))); 2370 @property auto byCodepoint() 2417 set.byCodepoint.equal(iota(0, 0x80)); 3749 auto achr = a.byCodepoint; 3750 assert(equal(achr, arr), text(a.byCodepoint)); 3751 foreach (ch; a.byCodepoint) 3755 foreach (ch; x.byCodepoint) 3763 assert(equal(CodepointSet.init.byCodepoint, cast(dchar[])[])); 4381 foreach (ch; set.byCodepoint) 4388 foreach (ch; set.byCodepoint) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 203 foreach (dchar ch; cased.byCodepoint) in caseEnclose() 314 put(Bytecode(IR.Char, set.byCodepoint.front)); in charsetToIr() 319 foreach (ch; set.byCodepoint) in charsetToIr()
|
| H A D | kickstart.d | 265 foreach (ch; set.byCodepoint) in ShiftOr()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 233 put(Bytecode(IR.Char, set.byCodepoint.front)); in charsetToIr() 238 foreach (ch; set.byCodepoint) in charsetToIr()
|
| H A D | kickstart.d | 265 foreach (ch; set.byCodepoint) in ShiftOr()
|