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