Home
last modified time | relevance | path

Searched defs:isValidCodeUnit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dencoding.d812 bool isValidCodeUnit(AsciiChar c) @safe pure nothrow @nogc in isValidCodeUnit() function
895 bool isValidCodeUnit(Latin1Char c) @safe pure nothrow @nogc in isValidCodeUnit() function
1185 bool isValidCodeUnit(char c) @safe pure nothrow @nogc in isValidCodeUnit() function
1351 bool isValidCodeUnit(wchar c) @safe pure nothrow @nogc in isValidCodeUnit() function
1448 bool isValidCodeUnit(dchar c) @safe pure @nogc nothrow in isValidCodeUnit() function
1603 bool isValidCodeUnit(E)(E c) in isValidCodeUnit() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dencoding.d870 bool isValidCodeUnit(AsciiChar c) @safe pure nothrow @nogc in isValidCodeUnit() function
953 bool isValidCodeUnit(Latin1Char c) @safe pure nothrow @nogc in isValidCodeUnit() function
1338 bool isValidCodeUnit(char c) @safe pure nothrow @nogc in isValidCodeUnit() function
1504 bool isValidCodeUnit(wchar c) @safe pure nothrow @nogc in isValidCodeUnit() function
1601 bool isValidCodeUnit(dchar c) @safe pure @nogc nothrow in isValidCodeUnit() function
1760 bool isValidCodeUnit(E)(E c) in isValidCodeUnit() function