Home | History | Annotate | Download | only in dom3

Lines Matching defs:SPLITCDATA

155     private final static int SPLITCDATA = 0x1 << 11;   

221 fFeatures |= SPLITCDATA;
449 return ((fFeatures & SPLITCDATA) != 0) ? Boolean.TRUE : Boolean.FALSE;
586 fFeatures = state ? fFeatures | SPLITCDATA : fFeatures
587 & ~SPLITCDATA;