Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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 …]
/external/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 …]
/external/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 …]
/external/icu/libicu/cts_headers/
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