Home | History | Annotate | Download | only in common

Lines Matching defs:hasBoundaryBefore

113     virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
307 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
373 virtual UBool hasBoundaryBefore(UChar32 c) const {
411 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
953 return ((const Normalizer2 *)norm2)->hasBoundaryBefore(c);