Searched refs:ascii2hex (Results 1 – 6 of 6) sorted by relevance
189 private uint ascii2hex(dchar c) @nogc @safe pure nothrow in ascii2hex() function246 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));280 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
187 private uint ascii2hex(dchar c) @nogc @safe pure nothrow in ascii2hex() function229 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));263 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
150 static ubyte ascii2hex( char val ) in ascii2hex() function1476 auto a = ascii2hex( front ); popFront();1477 auto b = ascii2hex( front ); popFront();
1607 (ascii2hex): Remove function.
1116 (ascii2hex): Remove function.
1197 (ascii2hex): Remove function.