Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.h98 start(NULL), reorderStart(NULL), limit(NULL), in ReorderingBuffer()
137 reorderStart=limit; in appendBMP()
151 reorderStart=limit=newLimit; in setReorderingLimit()
155 s.setTo(reorderStart, (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
185 UChar *start, *reorderStart, *limit; variable
Dnormalizer2impl.cpp47 reorderStart=start; in init()
57 reorderStart=codePointLimit; in init()
79 reorderStart=limit; in appendSupplementary()
100 reorderStart=limit+length; in append()
102 reorderStart=limit+1; // Ok if not a code point boundary. in append()
140 reorderStart=limit; in appendZeroCC()
156 reorderStart=limit; in appendZeroCC()
161 reorderStart=limit=start; in remove()
175 reorderStart=limit; in removeSuffix()
179 int32_t reorderStartIndex=(int32_t)(reorderStart-start); in resize()
[all …]