/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | norm2allmodes.h | 32 class Normalizer2WithImpl : public Normalizer2 { 34 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl() function 35 virtual ~Normalizer2WithImpl(); 165 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO; in quickCheck() 189 class DecomposeNormalizer2 : public Normalizer2WithImpl { 191 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} in DecomposeNormalizer2() 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 211 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 220 class ComposeNormalizer2 : public Normalizer2WithImpl { 223 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() [all …]
|
D | normalizer2.cpp | 171 Normalizer2WithImpl::~Normalizer2WithImpl() {} in ~Normalizer2WithImpl() 208 return &((Normalizer2WithImpl *)norm2)->impl; in getImpl() 347 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() 384 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend()
|
D | loadednormalizer2impl.cpp | 412 return ((const Normalizer2WithImpl *)norm2)->getQuickCheck(c); in unorm_getQuickCheck()
|
/third_party/icu/icu4c/source/common/ |
D | norm2allmodes.h | 32 class Normalizer2WithImpl : public Normalizer2 { 34 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl() function 35 virtual ~Normalizer2WithImpl(); 165 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO; in quickCheck() 189 class DecomposeNormalizer2 : public Normalizer2WithImpl { 191 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} in DecomposeNormalizer2() 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 250 class ComposeNormalizer2 : public Normalizer2WithImpl { 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() [all …]
|
D | normalizer2.cpp | 171 Normalizer2WithImpl::~Normalizer2WithImpl() {} in ~Normalizer2WithImpl() 208 return &((Normalizer2WithImpl *)norm2)->impl; in getImpl() 347 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() 384 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend()
|
D | loadednormalizer2impl.cpp | 412 return ((const Normalizer2WithImpl *)norm2)->getQuickCheck(c); in unorm_getQuickCheck()
|
/third_party/node/deps/icu-small/source/common/ |
D | norm2allmodes.h | 32 class Normalizer2WithImpl : public Normalizer2 { 34 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl() function 35 virtual ~Normalizer2WithImpl(); 165 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO; in quickCheck() 189 class DecomposeNormalizer2 : public Normalizer2WithImpl { 191 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} in DecomposeNormalizer2() 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 250 class ComposeNormalizer2 : public Normalizer2WithImpl { 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() [all …]
|
D | normalizer2.cpp | 171 Normalizer2WithImpl::~Normalizer2WithImpl() {} in ~Normalizer2WithImpl() 208 return &((Normalizer2WithImpl *)norm2)->impl; in getImpl() 347 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() 384 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend()
|
D | loadednormalizer2impl.cpp | 412 return ((const Normalizer2WithImpl *)norm2)->getQuickCheck(c); in unorm_getQuickCheck()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | norm2allmodes.h | 32 class Normalizer2WithImpl : public Normalizer2 { 34 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} in Normalizer2WithImpl() function 35 virtual ~Normalizer2WithImpl(); 165 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO; in quickCheck() 189 class DecomposeNormalizer2 : public Normalizer2WithImpl { 191 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} in DecomposeNormalizer2() 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 250 class ComposeNormalizer2 : public Normalizer2WithImpl { 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() [all …]
|
D | normalizer2.cpp | 171 Normalizer2WithImpl::~Normalizer2WithImpl() {} in ~Normalizer2WithImpl() 208 return &((Normalizer2WithImpl *)norm2)->impl; in getImpl() 347 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() 384 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend()
|
D | loadednormalizer2impl.cpp | 412 return ((const Normalizer2WithImpl *)norm2)->getQuickCheck(c); in unorm_getQuickCheck()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Norm2AllModes.java | 92 public static abstract class Normalizer2WithImpl extends Normalizer2 { class in Norm2AllModes 93 public Normalizer2WithImpl(Normalizer2Impl ni) { in Normalizer2WithImpl() method in Norm2AllModes.Normalizer2WithImpl 178 public static final class DecomposeNormalizer2 extends Normalizer2WithImpl { 211 public static final class ComposeNormalizer2 extends Normalizer2WithImpl { 270 public static final class FCDNormalizer2 extends Normalizer2WithImpl { 332 public static Normalizer2WithImpl getN2WithImpl(int index) { in getN2WithImpl()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 82 public static abstract class Normalizer2WithImpl extends Normalizer2 { class in Norm2AllModes 83 public Normalizer2WithImpl(Normalizer2Impl ni) { in Normalizer2WithImpl() method in Norm2AllModes.Normalizer2WithImpl 165 public static final class DecomposeNormalizer2 extends Normalizer2WithImpl { 195 public static final class ComposeNormalizer2 extends Normalizer2WithImpl { 251 public static final class FCDNormalizer2 extends Normalizer2WithImpl { 313 public static Normalizer2WithImpl getN2WithImpl(int index) { in getN2WithImpl()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Normalizer.java | 1490 Normalizer2Impl nfkcImpl=((Norm2AllModes.Normalizer2WithImpl)nfkc).impl; in getFC_NFKC_Closure()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 1455 Normalizer2Impl nfkcImpl=((Norm2AllModes.Normalizer2WithImpl)nfkc).impl; in getFC_NFKC_Closure()
|