Home
last modified time | relevance | path

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

1234567

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java23 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
32 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
87 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
96 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
106 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() method in Norm2AllModes.Normalizer2WithImpl
169 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.DecomposeNormalizer2
200 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.ComposeNormalizer2
255 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.FCDNormalizer2
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java27 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
36 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.NoopNormalizer2
91 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
100 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl
110 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() method in Norm2AllModes.Normalizer2WithImpl
173 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.DecomposeNormalizer2
204 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.ComposeNormalizer2
259 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java216 public String normalize(CharSequence src) { in normalize() method in Normalizer2
239 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2
253 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
DFilteredNormalizer2.java45 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
226 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java204 public String normalize(CharSequence src) { in normalize() method in Normalizer2
226 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2
239 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
DFilteredNormalizer2.java44 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in FilteredNormalizer2
56 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in FilteredNormalizer2
212 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/external/llvm/lib/Support/
DTimeValue.cpp26 void TimeValue::normalize() { in normalize() function in llvm::TimeValue
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_geometric.inl233 GLM_FUNC_QUALIFIER genType normalize function
245 GLM_FUNC_QUALIFIER detail::tvec2<T, P> normalize function
257 GLM_FUNC_QUALIFIER detail::tvec3<T, P> normalize function
269 GLM_FUNC_QUALIFIER detail::tvec4<T, P> normalize function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizer.java55 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
74 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java54 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
73 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
DRangeDecoderFromStream.java35 public void normalize() throws IOException { in normalize() method in RangeDecoderFromStream
DRangeDecoderFromBuffer.java52 public void normalize() throws IOException { in normalize() method in RangeDecoderFromBuffer
DRangeDecoder.java20 public abstract void normalize() throws IOException; in normalize() method in RangeDecoder
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DAndroid22Workaround.java6 …oid glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride,… in glVertexAttribPointer()
/external/icu/icu4c/source/common/unicode/
Dnormalizer2.h194 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function
/external/icu/icu4c/source/common/
Dnorm2allmodes.h35 normalize(const UnicodeString &src, in normalize() function
192 normalize(const UChar *src, const UChar *limit, in normalize() function
224 normalize(const UChar *src, const UChar *limit, in normalize() function
295 normalize(const UChar *src, const UChar *limit, in normalize() function
Dfilterednormalizer2.cpp32 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() function in FilteredNormalizer2
56 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() function in FilteredNormalizer2
/external/deqp/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
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h59 NormalizingFn normalize; variable
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DKey.java93 private static TypeMirror normalize(Types types, TypeMirror type) { in normalize() method in Key
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
DSweep.java60 public final void normalize() { in normalize() method in Sweep
/external/skia/src/core/
DSkPoint3.cpp46 bool SkPoint3::normalize() { in normalize() function in SkPoint3
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DReportOutputFolder.java122 private String normalize(final String name) { in normalize() method in ReportOutputFolder
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DHash234.java84 void normalize(int normalizeOffset) { in normalize() method in Hash234
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlStreamRendererTest.java293 private String normalize(String htmlInput) throws Exception { in normalize() method in HtmlStreamRendererTest

1234567