Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 25 of 214) sorted by relevance

123456789

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNorm2AllModes.java32 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
41 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
99 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
108 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
118 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() method in Norm2AllModes.Normalizer2WithImpl
184 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.DecomposeNormalizer2
218 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.ComposeNormalizer2
276 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.FCDNormalizer2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java25 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
34 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
89 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
98 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
108 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() method in Norm2AllModes.Normalizer2WithImpl
171 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.DecomposeNormalizer2
202 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.ComposeNormalizer2
257 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.FCDNormalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer2.java206 public String normalize(CharSequence src) { in normalize() method in Normalizer2
230 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2
243 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
DFilteredNormalizer2.java46 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in FilteredNormalizer2
58 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in FilteredNormalizer2
214 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java218 public String normalize(CharSequence src) { in normalize() method in Normalizer2
243 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2
257 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
DFilteredNormalizer2.java47 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in FilteredNormalizer2
60 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in FilteredNormalizer2
228 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/third_party/rust/rust/tests/ui/lint/
Dlint-ctypes-66202.rs13 pub fn normalize() -> <() as ToOwned>::Owned; in normalize() function
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/
Dmod.rs11 pub mod normalize; module
/third_party/googletest/googletest/test/
Dgtest_json_test_utils.py35 def normalize(obj): function
/third_party/typescript/tests/cases/compiler/
DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.ts7 normalize?: (match: {x: string}) => void; property
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java56 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
75 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DUnicodeNormalizer.java59 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
78 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dedit_distance.cc47 void EditDistance::Init(const bool normalize) { this->set_normalize(normalize); } in Init()
48 void EditDistance::set_normalize(const bool normalize) { (void)this->AddAttr(kNormalize, api::MakeV… in set_normalize()
49 bool EditDistance::normalize() const { in normalize() function in mindspore::ops::EditDistance
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
DWavFmtChunkHeader.cpp48 void WavFmtChunkHeader::normalize() { in normalize() function in parselib::WavFmtChunkHeader
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dnormalizer2.h223 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function
/third_party/python/Lib/test/test_tomllib/
Dburntsushi.py53 def normalize(obj: Any) -> Any: function
/third_party/icu/icu4c/source/common/unicode/
Dnormalizer2.h201 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dnormalizer2.h201 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/text/kernels/
Dnormalize_utf8_op.cc35 const icu::Normalizer2 *normalize = nullptr; in Compute() local
/third_party/rust/rust/tests/ui/impl-trait/
Dissue-103181-2.rs18 fn normalize<Fut: SendFuture>(_: Fut, _: Fut::Output) {} in normalize() function
/third_party/alsa-lib/test/
Dqueue_timer.c6 void normalize(struct timeval *tv) in normalize() function
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_edit_distance.py27 def __init__(self, hypothesis_shape, truth_shape, normalize=True): argument
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp94 FilePath& FilePath::normalize (void) in normalize() function in de::FilePath
134 FilePath FilePath::normalize (const FilePath& path) in normalize() function in de::FilePath
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h57 NormalizingFn normalize; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dnormalize_op.cc60 std::shared_ptr<Tensor> normalize; in Compute() local

123456789