Home
last modified time | relevance | path

Searched refs:reorderStart (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java144 reorderStart=0; in ReorderingBuffer()
154 reorderStart=codePointLimit; in ReorderingBuffer()
159 reorderStart=0; in ReorderingBuffer()
179 reorderStart=str.length(); in append()
192 reorderStart=str.length()+(limit-start); in append()
194 reorderStart=str.length()+1; // Ok if not a code point boundary. in append()
225 reorderStart=str.length(); in append()
231 reorderStart=str.length(); in appendZeroCC()
238 reorderStart=str.length(); in append()
247 reorderStart=str.length(); in append()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java150 reorderStart=0; in ReorderingBuffer()
160 reorderStart=codePointLimit; in ReorderingBuffer()
165 reorderStart=0; in ReorderingBuffer()
185 reorderStart=str.length(); in append()
198 reorderStart=str.length()+(limit-start); in append()
200 reorderStart=str.length()+1; // Ok if not a code point boundary. in append()
231 reorderStart=str.length(); in append()
237 reorderStart=str.length(); in appendZeroCC()
244 reorderStart=str.length(); in append()
253 reorderStart=str.length(); in append()
[all …]
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h144 start(NULL), reorderStart(NULL), limit(NULL), in ReorderingBuffer()
180 reorderStart=limit; in appendBMP()
194 reorderStart=limit=newLimit; in setReorderingLimit()
198 s.setTo(ConstChar16Ptr(reorderStart), (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
228 UChar *start, *reorderStart, *limit; variable
Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start), in ReorderingBuffer()
192 reorderStart=start; in init()
202 reorderStart=codePointLimit; in init()
250 reorderStart=limit; in appendSupplementary()
271 reorderStart=limit+length; in append()
273 reorderStart=limit+1; // Ok if not a code point boundary. in append()
314 reorderStart=limit; in appendZeroCC()
330 reorderStart=limit; in appendZeroCC()
335 reorderStart=limit=start; in remove()
349 reorderStart=limit; in removeSuffix()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h144 start(NULL), reorderStart(NULL), limit(NULL), in ReorderingBuffer()
180 reorderStart=limit; in appendBMP()
194 reorderStart=limit=newLimit; in setReorderingLimit()
198 s.setTo(ConstChar16Ptr(reorderStart), (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
228 UChar *start, *reorderStart, *limit; variable
Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start), in ReorderingBuffer()
192 reorderStart=start; in init()
202 reorderStart=codePointLimit; in init()
250 reorderStart=limit; in appendSupplementary()
271 reorderStart=limit+length; in append()
273 reorderStart=limit+1; // Ok if not a code point boundary. in append()
314 reorderStart=limit; in appendZeroCC()
330 reorderStart=limit; in appendZeroCC()
335 reorderStart=limit=start; in remove()
349 reorderStart=limit; in removeSuffix()
[all …]
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h144 start(NULL), reorderStart(NULL), limit(NULL), in ReorderingBuffer()
180 reorderStart=limit; in appendBMP()
194 reorderStart=limit=newLimit; in setReorderingLimit()
198 s.setTo(ConstChar16Ptr(reorderStart), (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
228 char16_t *start, *reorderStart, *limit; variable
Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start), in ReorderingBuffer()
192 reorderStart=start; in init()
202 reorderStart=codePointLimit; in init()
250 reorderStart=limit; in appendSupplementary()
271 reorderStart=limit+length; in append()
273 reorderStart=limit+1; // Ok if not a code point boundary. in append()
314 reorderStart=limit; in appendZeroCC()
330 reorderStart=limit; in appendZeroCC()
335 reorderStart=limit=start; in remove()
349 reorderStart=limit; in removeSuffix()
[all …]