/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Norm2AllModes.java | 29 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.NoopNormalizer2 38 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.NoopNormalizer2 93 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl 102 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in Norm2AllModes.Normalizer2WithImpl 112 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() method in Norm2AllModes.Normalizer2WithImpl 175 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.DecomposeNormalizer2 206 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.ComposeNormalizer2 261 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() method in Norm2AllModes.FCDNormalizer2
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 25 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
|
/external/skia/src/gpu/ |
D | GrCoordTransform.cpp | 54 GrSamplerParams::FilterMode filter, bool normalize) { in reset() 73 GrSamplerParams::FilterMode filter, bool normalize) { in reset()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer2.java | 218 public String normalize(CharSequence src) { in normalize() method in Normalizer2 241 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2 255 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
|
D | FilteredNormalizer2.java | 47 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
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer2.java | 206 public String normalize(CharSequence src) { in normalize() method in Normalizer2 228 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() method in Normalizer2 241 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() method in Normalizer2
|
D | FilteredNormalizer2.java | 46 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
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_geometric.inl | 233 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UnicodeNormalizer.java | 56 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer 75 public String normalize(String source) { in normalize() method in UnicodeNormalizer
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | UnicodeNormalizer.java | 57 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer 76 public String normalize(String source) { in normalize() method in UnicodeNormalizer
|
/external/llvm/lib/Support/ |
D | TimeValue.cpp | 26 void TimeValue::normalize() { in normalize() function in llvm::TimeValue
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | TimeValue.cpp | 27 TimeValue::normalize( void ) { in normalize() function in llvm::TimeValue
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
D | RangeDecoderFromStream.java | 35 public void normalize() throws IOException { in normalize() method in RangeDecoderFromStream
|
D | RangeDecoderFromBuffer.java | 52 public void normalize() throws IOException { in normalize() method in RangeDecoderFromBuffer
|
D | RangeDecoder.java | 20 public abstract void normalize() throws IOException; in normalize() method in RangeDecoder
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 37 normalize(const UnicodeString &src, in normalize() function 194 normalize(const UChar *src, const UChar *limit, in normalize() function 226 normalize(const UChar *src, const UChar *limit, in normalize() function 297 normalize(const UChar *src, const UChar *limit, in normalize() function
|
D | filterednormalizer2.cpp | 34 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() function in FilteredNormalizer2 58 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() function in FilteredNormalizer2
|
/external/icu/icu4c/source/common/unicode/ |
D | normalizer2.h | 196 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.cpp | 94 FilePath& FilePath::normalize (void) in normalize() function in de::FilePath 134 FilePath FilePath::normalize (const FilePath& path) in normalize() function in de::FilePath
|
/external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | NativeCryptoJni.java | 148 private static String normalize(String value) { in normalize() method in NativeCryptoJni
|
/external/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 59 NormalizingFn normalize; variable
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | Key.java | 93 private static TypeMirror normalize(Types types, TypeMirror type) { in normalize() method in Key
|
/external/skia/src/core/ |
D | SkPoint3.cpp | 46 bool SkPoint3::normalize() { in normalize() function in SkPoint3
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
D | ReportOutputFolder.java | 122 private String normalize(final String name) { in normalize() method in ReportOutputFolder
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | Hash234.java | 84 void normalize(int normalizeOffset) { in normalize() method in Hash234
|