Home | History | Annotate | Download | only in common

Lines Matching refs:isInert

116     virtual UBool isInert(UChar32) const { return TRUE; }
310 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
380 virtual UBool isInert(UChar32 c) const {
414 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
957 return ((const Normalizer2 *)norm2)->isInert(c);