Home | History | Annotate | Download | only in impl

Lines Matching defs:GC_ZL_MASK

168     private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
171 private static final int GC_Z_MASK = GC_ZS_MASK|GC_ZL_MASK|GC_ZP_MASK;