/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 92 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize() 100 Normalizer2Impl.ReorderingBuffer buffer= in normalize() 101 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize() 106 … protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() 124 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend() 128 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 …]
|
D | Normalizer2Impl.java | 117 public static final class ReorderingBuffer implements Appendable { class in Normalizer2Impl 118 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() method in Normalizer2Impl.ReorderingBuffer 207 public ReorderingBuffer append(char c) { in append() 219 public ReorderingBuffer append(CharSequence s) { in append() 228 public ReorderingBuffer append(CharSequence s, int start, int limit) { in append() 262 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 …]
|
D | UCharacterProperty.java | 382 … Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 49 ReorderingBuffer buffer(impl, dest); in normalize() 57 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 89 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend() 104 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 193 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize() 200 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend() 225 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize() 232 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend() 247 ReorderingBuffer buffer(impl, temp); in isNormalized() 296 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize() [all …]
|
D | normalizer2impl.h | 116 class U_COMMON_API ReorderingBuffer : public UMemory { 118 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function 122 ~ReorderingBuffer() { in ~ReorderingBuffer() 438 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 442 ReorderingBuffer &buffer, 447 ReorderingBuffer &buffer, 456 ReorderingBuffer &buffer, 459 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 463 ReorderingBuffer &buffer, 562 ReorderingBuffer *buffer, [all …]
|
D | normalizer2impl.cpp | 38 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { in init() 63 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() 70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary() 89 UBool ReorderingBuffer::append(const UChar *s, int32_t length, in append() 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() 145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() 161 void ReorderingBuffer::remove() { in remove() 167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix() 179 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize() 203 void ReorderingBuffer::skipPrevious() { in skipPrevious() [all …]
|
D | normalizer2.cpp | 299 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize() 338 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
|
D | uprops.cpp | 162 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 19 import com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer; 1597 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 863 ReorderingBuffer buffer(nfcImpl, str); in FCDUTF16NFDIterator()
|