Home | History | Annotate | Download | only in dom3

Lines Matching refs:PRETTY_PRINT

171     private final static int PRETTY_PRINT = 0x1 << 16;

455 return ((fFeatures & PRETTY_PRINT) != 0) ? Boolean.TRUE : Boolean.FALSE;
461 return ((fFeatures & PRETTY_PRINT) != 0) ? Boolean.TRUE : Boolean.FALSE;
620 fFeatures = state ? fFeatures | PRETTY_PRINT : fFeatures
621 & ~PRETTY_PRINT;