Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java132 reorderStart=0; in ReorderingBuffer()
142 reorderStart=codePointLimit; in ReorderingBuffer()
147 reorderStart=0; in ReorderingBuffer()
172 reorderStart=str.length(); in append()
186 reorderStart=str.length()+(limit-start); in append()
188 reorderStart=str.length()+1; // Ok if not a code point boundary. in append()
217 reorderStart=str.length(); in append()
223 reorderStart=str.length(); in appendZeroCC()
231 reorderStart=str.length(); in append()
241 reorderStart=str.length(); in append()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java128 reorderStart=0; in ReorderingBuffer()
138 reorderStart=codePointLimit; in ReorderingBuffer()
143 reorderStart=0; in ReorderingBuffer()
168 reorderStart=str.length(); in append()
182 reorderStart=str.length()+(limit-start); in append()
184 reorderStart=str.length()+1; // Ok if not a code point boundary. in append()
213 reorderStart=str.length(); in append()
219 reorderStart=str.length(); in appendZeroCC()
227 reorderStart=str.length(); in append()
237 reorderStart=str.length(); in append()
[all …]
/external/icu/icu4c/source/common/
Dnormalizer2impl.h122 start(NULL), reorderStart(NULL), limit(NULL), in ReorderingBuffer()
161 reorderStart=limit; in appendBMP()
175 reorderStart=limit=newLimit; in setReorderingLimit()
179 s.setTo(reorderStart, (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
209 UChar *start, *reorderStart, *limit; variable
Dnormalizer2impl.cpp50 reorderStart=start; in init()
60 reorderStart=codePointLimit; in init()
82 reorderStart=limit; in appendSupplementary()
103 reorderStart=limit+length; in append()
105 reorderStart=limit+1; // Ok if not a code point boundary. in append()
143 reorderStart=limit; in appendZeroCC()
159 reorderStart=limit; in appendZeroCC()
164 reorderStart=limit=start; in remove()
178 reorderStart=limit; in removeSuffix()
182 int32_t reorderStartIndex=(int32_t)(reorderStart-start); in resize()
[all …]