Searched refs:SPLITCDATA (Results 1 – 2 of 2) sorted by relevance
155 private final static int SPLITCDATA = 0x1 << 11; field in LSSerializerImpl221 fFeatures |= SPLITCDATA; in LSSerializerImpl()449 return ((fFeatures & SPLITCDATA) != 0) ? Boolean.TRUE : Boolean.FALSE; in getParameter()586 fFeatures = state ? fFeatures | SPLITCDATA : fFeatures in setParameter()587 & ~SPLITCDATA; in setParameter()
175 private final static int SPLITCDATA = 0x1 << 11; field in DOM3TreeWalker932 if ((fFeatures & SPLITCDATA) != 0) {2008 int i6 = SPLITCDATA;