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.java104 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize()
112 Normalizer2Impl.ReorderingBuffer buffer= in normalize()
113 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize()
118 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize()
136 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend()
140 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer); in normalizeAndAppend()
184 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
189 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
218 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize()
223 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend()
[all …]
DNormalizer2Impl.java141 public static final class ReorderingBuffer implements Appendable { class in Normalizer2Impl
142 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() method in Normalizer2Impl.ReorderingBuffer
228 public ReorderingBuffer append(char c) { in append()
240 public ReorderingBuffer append(CharSequence s) { in append()
249 public ReorderingBuffer append(CharSequence s, int start, int limit) { in append()
283 public ReorderingBuffer flushAndAppendZeroCC(CharSequence s, int start, int limit) { in flushAndAppendZeroCC()
998 ReorderingBuffer buffer=new ReorderingBuffer(this, dest, destLengthEstimate); in decompose()
1006 ReorderingBuffer buffer) { in decompose()
1074 public void decomposeAndAppend(CharSequence s, boolean doDecompose, ReorderingBuffer buffer) { in decomposeAndAppend()
1107 ReorderingBuffer buffer) { in compose()
[all …]
DUCharacterProperty.java1265 … 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.java135 public static final class ReorderingBuffer implements Appendable { class in Normalizer2Impl
136 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() method in Normalizer2Impl.ReorderingBuffer
222 public ReorderingBuffer append(char c) { in append()
234 public ReorderingBuffer append(CharSequence s) { in append()
243 public ReorderingBuffer append(CharSequence s, int start, int limit) { in append()
277 public ReorderingBuffer flushAndAppendZeroCC(CharSequence s, int start, int limit) { in flushAndAppendZeroCC()
989 ReorderingBuffer buffer=new ReorderingBuffer(this, dest, destLengthEstimate); in decompose()
997 ReorderingBuffer buffer) { in decompose()
1065 public void decomposeAndAppend(CharSequence s, boolean doDecompose, ReorderingBuffer buffer) { in decomposeAndAppend()
1098 ReorderingBuffer buffer) { in compose()
[all …]
DUCharacterProperty.java1264 … Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
/external/icu/icu4c/source/common/
Dnorm2allmodes.h53 ReorderingBuffer buffer(impl, dest); in normalize()
61 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0;
93 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend()
108 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0;
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend()
229 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalize()
252 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalizeAndAppend()
267 ReorderingBuffer buffer(impl, temp); in isNormalized()
324 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
[all …]
Dnormalizer2impl.h139 class U_COMMON_API ReorderingBuffer : public UMemory {
142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function
147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode);
148 ~ReorderingBuffer() { in ~ReorderingBuffer()
488 ReorderingBuffer *buffer, UErrorCode &errorCode) const;
492 ReorderingBuffer &buffer,
497 ReorderingBuffer &buffer,
506 ReorderingBuffer &buffer,
515 ReorderingBuffer *buffer, UErrorCode &errorCode) const;
519 ReorderingBuffer &buffer,
[all …]
Dnormalizer2impl.cpp172 ReorderingBuffer::ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, in ReorderingBuffer() function in ReorderingBuffer
183 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { in init()
208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals()
215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals()
241 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
260 UBool ReorderingBuffer::append(const UChar *s, int32_t length, UBool isNFD, in append()
301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
319 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC()
335 void ReorderingBuffer::remove() { in remove()
341 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix()
[all …]
Dnormalizer2.cpp350 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize()
389 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
Duprops.cpp166 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java22 import com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer;
1582 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java23 import android.icu.impl.Normalizer2Impl.ReorderingBuffer;
1545 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp865 ReorderingBuffer r_buffer(nfcImpl, str); in FCDUTF16NFDIterator()
/external/icu/icu4j/
Dcoverage-exclusion.txt390 …/icu/impl/Normalizer2Impl$ReorderingBuffer#append:(Ljava/lang/CharSequence;)Lcom/ibm/icu/impl/Norm…