Lines Matching +defs:doc +defs:c
138 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar()
203 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace()
216 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit()
241 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter()
255 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic()
290 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar()
304 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar()
317 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender()
442 char c = s[i]; variable
594 const doc = toType!(const Document)(o); in opEquals() local
614 const doc = toType!(const Document)(o); in opCmp() local
1319 auto c = new Comment("=="); variable
1732 auto doc = new Document("<root><child><grandchild/></child></root>"); variable
2203 dchar c; in checkChars() local
2267 char c = s[0]; in checkAttValue() local
2542 void checkCharRef(ref string s, out dchar c) @safe pure // rule 66 in checkCharRef()
2601 dchar c; in checkReference() local
2972 bool optc(ref string s, char c) @safe pure nothrow in optc()
2979 void reqc(ref string s, char c) @safe pure in reqc()
3074 bool lookup(const(int)[] table, int c) @safe @nogc nothrow pure in lookup()