Searched defs:isInert (Results 1 – 8 of 8) sorted by relevance
75 public boolean isInert(int c) { return true; } in isInert() method in Norm2AllModes.NoopNormalizer2192 public boolean isInert(int c) { return impl.isDecompInert(c); } in isInert() method in Norm2AllModes.DecomposeNormalizer2244 public boolean isInert(int c) { in isInert() method in Norm2AllModes.ComposeNormalizer2278 public boolean isInert(int c) { return impl.isFCDInert(c); } in isInert() method in Norm2AllModes.FCDNormalizer2
1655 private static boolean isInert(int norm16) { return norm16==0; } in isInert() method
213 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); } in isInert() function281 virtual UBool isInert(UChar32 c) const { in isInert() function313 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); } in isInert() function
261 FilteredNormalizer2::isInert(UChar32 c) const { in isInert() function in FilteredNormalizer2
119 virtual UBool isInert(UChar32) const { return TRUE; } in isInert() function in NoopNormalizer2
483 static UBool isInert(uint16_t norm16) { return norm16==0; } in isInert() function
434 public abstract boolean isInert(int c); in isInert() method in Normalizer2
215 public boolean isInert(int c) { in isInert() method in FilteredNormalizer2