Home
last modified time | relevance | path

Searched refs:ReorderingBuffer (Results 1 – 15 of 15) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java98 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize()
106 Normalizer2Impl.ReorderingBuffer buffer= in normalize()
107 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize()
112 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize()
130 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend()
134 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer); in normalizeAndAppend()
175 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
180 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
206 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
211 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
[all …]
DNormalizer2Impl.java123 public static final class ReorderingBuffer implements Appendable { class in Normalizer2Impl
124 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() method in Normalizer2Impl.ReorderingBuffer
214 public ReorderingBuffer append(char c) { in append()
227 public ReorderingBuffer append(CharSequence s) { in append()
237 public ReorderingBuffer append(CharSequence s, int start, int limit) { in append()
271 public ReorderingBuffer flushAndAppendZeroCC(CharSequence s, int start, int limit) { in flushAndAppendZeroCC()
945 ReorderingBuffer buffer=new ReorderingBuffer(this, dest, destLengthEstimate); in decompose()
953 ReorderingBuffer buffer) { in decompose()
1025 public void decomposeAndAppend(CharSequence s, boolean doDecompose, ReorderingBuffer buffer) { in decomposeAndAppend()
1057 ReorderingBuffer buffer) { in compose()
[all …]
DUCharacterProperty.java399 … Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java94 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize()
102 Normalizer2Impl.ReorderingBuffer buffer= in normalize()
103 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize()
108 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize()
126 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend()
130 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer); in normalizeAndAppend()
171 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
176 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
202 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
207 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
[all …]
DNormalizer2Impl.java119 public static final class ReorderingBuffer implements Appendable { class in Normalizer2Impl
120 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() method in Normalizer2Impl.ReorderingBuffer
210 public ReorderingBuffer append(char c) { in append()
223 public ReorderingBuffer append(CharSequence s) { in append()
233 public ReorderingBuffer append(CharSequence s, int start, int limit) { in append()
267 public ReorderingBuffer flushAndAppendZeroCC(CharSequence s, int start, int limit) { in flushAndAppendZeroCC()
941 ReorderingBuffer buffer=new ReorderingBuffer(this, dest, destLengthEstimate); in decompose()
949 ReorderingBuffer buffer) { in decompose()
1021 public void decomposeAndAppend(CharSequence s, boolean doDecompose, ReorderingBuffer buffer) { in decomposeAndAppend()
1053 ReorderingBuffer buffer) { in compose()
[all …]
DUCharacterProperty.java398 … Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
/external/icu/icu4c/source/common/
Dnorm2allmodes.h51 ReorderingBuffer buffer(impl, dest); in normalize()
59 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0;
91 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend()
106 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0;
195 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
202 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend()
227 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
234 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend()
249 ReorderingBuffer buffer(impl, temp); in isNormalized()
298 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
[all …]
Dnormalizer2impl.h118 class U_COMMON_API ReorderingBuffer : public UMemory {
120 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function
124 ~ReorderingBuffer() { in ~ReorderingBuffer()
440 ReorderingBuffer *buffer, UErrorCode &errorCode) const;
444 ReorderingBuffer &buffer,
449 ReorderingBuffer &buffer,
458 ReorderingBuffer &buffer,
461 ReorderingBuffer *buffer, UErrorCode &errorCode) const;
465 ReorderingBuffer &buffer,
564 ReorderingBuffer *buffer,
[all …]
Dnormalizer2impl.cpp40 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { in init()
65 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals()
72 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
91 UBool ReorderingBuffer::append(const UChar *s, int32_t length, in append()
129 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
147 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC()
163 void ReorderingBuffer::remove() { in remove()
169 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix()
181 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize()
205 void ReorderingBuffer::skipPrevious() { in skipPrevious()
[all …]
Dnormalizer2.cpp302 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize()
341 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
Duprops.cpp164 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java22 import android.icu.impl.Normalizer2Impl.ReorderingBuffer;
1544 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java21 import com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer;
1581 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp865 ReorderingBuffer buffer(nfcImpl, str); in FCDUTF16NFDIterator()
/external/icu/icu4j/
Dcoverage-exclusion.txt312 …/icu/impl/Normalizer2Impl$ReorderingBuffer#append:(Ljava/lang/CharSequence;)Lcom/ibm/icu/impl/Norm…