Searched defs:isFCDInert (Results 1 – 6 of 6) sorted by relevance
543 UBool isFCDInert(UChar32 c) const { return getFCD16(c)<=1; } in isFCDInert() function
549 UBool isFCDInert(UChar32 c) const { return getFCD16(c)<=1; } in isFCDInert() function
1681 public boolean isFCDInert(int c) { return getFCD16(c)<=1; } in isFCDInert() method in Normalizer2Impl
1690 public boolean isFCDInert(int c) { return getFCD16(c)<=1; } in isFCDInert() method in Normalizer2Impl