Searched defs:NUL (Results 1 – 13 of 13) sorted by relevance
26 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in Main
3 NUL = 0x00 # ^@ variable
58 public static final byte NUL = 0; field in Ascii
385 #define NUL '\0' macro
648 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
703 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
685 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
529 unsigned long NUL = 902309023UL; in TEST_F() local
1099 class NUL: class
1050 class NUL: class
77 NUL = b"\0" # the null character variable
67 NUL = "\0" # the null character variable