Searched defs:isInert (Results 1 – 14 of 14) sorted by relevance
84 public boolean isInert(int c) { return true; } in isInert() method in Norm2AllModes.NoopNormalizer2205 public boolean isInert(int c) { return impl.isDecompInert(c); } in isInert() method in Norm2AllModes.DecomposeNormalizer2260 public boolean isInert(int c) { in isInert() method in Norm2AllModes.ComposeNormalizer2297 public boolean isInert(int c) { return impl.isFCDInert(c); } in isInert() method in Norm2AllModes.FCDNormalizer2
1694 private static boolean isInert(int norm16) { return norm16==INERT; } in isInert() method in Normalizer2Impl
77 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
1685 private static boolean isInert(int norm16) { return norm16==INERT; } in isInert() method in Normalizer2Impl
217 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); } in isInert() function309 virtual UBool isInert(UChar32 c) const U_OVERRIDE { in isInert() function341 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); } in isInert() function
336 FilteredNormalizer2::isInert(UChar32 c) const { in isInert() function in FilteredNormalizer2
166 virtual UBool isInert(UChar32) const U_OVERRIDE { return TRUE; } in isInert() function in NoopNormalizer2
550 static UBool isInert(uint16_t norm16) { return norm16==INERT; } in isInert() function
412 public abstract boolean isInert(int c); in isInert() method in Normalizer2
203 public boolean isInert(int c) { in isInert() method in FilteredNormalizer2
438 public abstract boolean isInert(int c); in isInert() method in Normalizer2
217 public boolean isInert(int c) { in isInert() method in FilteredNormalizer2
2975 public boolean isInert(int c) { return false; } in isInert() method in BasicTest.TestNormalizer2
2978 public boolean isInert(int c) { return false; } in isInert() method in BasicTest.TestNormalizer2