/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Norm2AllModes.java | 94 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 buffe in normalizeAndAppend() [all...] |
H A D | Normalizer2Impl.java | 135 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 buffe in decompose() [all...] |
H A D | UCharacterProperty.java | 545 Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Norm2AllModes.java | 104 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 buffe in normalizeAndAppend() [all...] |
H A D | Normalizer2Impl.java | 141 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 buffe in decompose() [all...] |
H A D | UCharacterProperty.java | 533 Normalizer2Impl.ReorderingBuffer buffer=new Normalizer2Impl.ReorderingBuffer(kcf, dest, 5);
|
/third_party/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 53 ReorderingBuffer buffer(impl, dest); 61 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 93 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend() 98 } // The ReorderingBuffer destructor finalizes the first string. in normalizeSecondAndAppend() 108 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 197 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 204 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 259 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 282 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 297 ReorderingBuffer buffe [all...] |
H A D | normalizer2impl.h | 139 class U_COMMON_API ReorderingBuffer : public UMemory { class 142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function in ReorderingBuffer 147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode); 148 ~ReorderingBuffer() { in ~ReorderingBuffer() 488 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 492 ReorderingBuffer &buffer, 503 ReorderingBuffer &buffer, 512 ReorderingBuffer &buffer, 521 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 525 ReorderingBuffer [all...] |
H A D | normalizer2impl.cpp | 169 // ReorderingBuffer -------------------------------------------------------- *** 171 ReorderingBuffer::ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, 182 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { 207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { 214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { 240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 259 UBool ReorderingBuffer::append(const UChar *s, int32_t length, UBool isNFD, 300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { 318 UBool ReorderingBuffer [all...] |
H A D | normalizer2.cpp | 350 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize() 389 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend() 394 } // The ReorderingBuffer destructor finalizes firstString. in normalizeSecondAndAppend()
|
H A D | uprops.cpp | 274 // The ReorderingBuffer must be in a block because its destructor in changesWhenNFKC_Casefolded() 276 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | norm2allmodes.h | 53 ReorderingBuffer buffer(impl, dest); 61 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 93 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend() 98 } // The ReorderingBuffer destructor finalizes the first string. in normalizeSecondAndAppend() 108 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 197 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { 204 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { 259 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { 282 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { 297 ReorderingBuffer buffe [all...] |
H A D | normalizer2impl.h | 139 class U_COMMON_API ReorderingBuffer : public UMemory { class 142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function in ReorderingBuffer 147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode); 148 ~ReorderingBuffer() { in ~ReorderingBuffer() 488 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 492 ReorderingBuffer &buffer, 503 ReorderingBuffer &buffer, 512 ReorderingBuffer &buffer, 521 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 525 ReorderingBuffer [all...] |
H A D | normalizer2impl.cpp | 169 // ReorderingBuffer -------------------------------------------------------- *** 171 ReorderingBuffer::ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, 182 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { 207 UBool ReorderingBuffer::equals(const char16_t *otherStart, const char16_t *otherLimit) const { 214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { 240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 259 UBool ReorderingBuffer::append(const char16_t *s, int32_t length, UBool isNFD, 300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { 318 UBool ReorderingBuffer [all...] |
H A D | normalizer2.cpp | 350 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize() 389 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend() 394 } // The ReorderingBuffer destructor finalizes firstString. in normalizeSecondAndAppend()
|
H A D | uprops.cpp | 274 // The ReorderingBuffer must be in a block because its destructor in changesWhenNFKC_Casefolded() 276 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 53 ReorderingBuffer buffer(impl, dest); 61 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 93 ReorderingBuffer buffer(impl, first); in normalizeSecondAndAppend() 98 } // The ReorderingBuffer destructor finalizes the first string. in normalizeSecondAndAppend() 108 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 197 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 204 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 259 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 282 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { 297 ReorderingBuffer buffe [all...] |
H A D | normalizer2impl.h | 139 class U_COMMON_API ReorderingBuffer : public UMemory { class 142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() function in ReorderingBuffer 147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode); 148 ~ReorderingBuffer() { in ~ReorderingBuffer() 488 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 492 ReorderingBuffer &buffer, 503 ReorderingBuffer &buffer, 512 ReorderingBuffer &buffer, 521 ReorderingBuffer *buffer, UErrorCode &errorCode) const; 525 ReorderingBuffer [all...] |
H A D | normalizer2impl.cpp | 169 // ReorderingBuffer -------------------------------------------------------- *** 171 ReorderingBuffer::ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, 182 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { 207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { 214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { 240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 259 UBool ReorderingBuffer::append(const UChar *s, int32_t length, UBool isNFD, 300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { 318 UBool ReorderingBuffer [all...] |
H A D | normalizer2.cpp | 350 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize() 389 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend() 394 } // The ReorderingBuffer destructor finalizes firstString. in normalizeSecondAndAppend()
|
H A D | uprops.cpp | 272 // The ReorderingBuffer must be in a block because its destructor in changesWhenNFKC_Casefolded() 274 ReorderingBuffer buffer(*kcf, dest); in changesWhenNFKC_Casefolded()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 22 import com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer; 1582 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedCollator.java | 23 import ohos.global.icu.impl.Normalizer2Impl.ReorderingBuffer; 1543 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 866 ReorderingBuffer r_buffer(nfcImpl, str); in FCDUTF16NFDIterator()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rulebasedcollator.cpp | 868 ReorderingBuffer r_buffer(nfcImpl, str); in FCDUTF16NFDIterator()
|