Searched defs:Normalizer2WithImpl (Results 1 – 4 of 4) sorted by relevance
92 public static abstract class Normalizer2WithImpl extends Normalizer2 { class in Norm2AllModes93 public Normalizer2WithImpl(Normalizer2Impl ni) { in Normalizer2WithImpl() method in Norm2AllModes.Normalizer2WithImpl
82 public static abstract class Normalizer2WithImpl extends Normalizer2 { class in Norm2AllModes83 public Normalizer2WithImpl(Normalizer2Impl ni) { in Normalizer2WithImpl() method in Norm2AllModes.Normalizer2WithImpl
34 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl() function