Lines Matching full:uninitialized
416 enum Type {UNINITIALIZED, ATOM, CHAR_CLASS};417 TextElement() : type(UNINITIALIZED) { }