Home
last modified time | relevance | path

Searched refs:reorderStart (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java144 reorderStart=0; in ReorderingBuffer()
150 // Set reorderStart after the last code point with cc<=1 if there is one. 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 in append()
340 private int reorderStart; global() field in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java150 reorderStart=0; in ReorderingBuffer()
156 // Set reorderStart after the last code point with cc<=1 if there is one. 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 in append()
346 private int reorderStart; global() field in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/icu4c/source/common/
H A 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()
202 * TODO: Revisit whether it makes sense to track reorderStart.
206 * In other words, reorderStart speeds up the insertion of a combining mark
228 UChar *start, *reorderStart, *limit; member in ReorderingBuffer
H A Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start),
192 reorderStart=start;
198 // Set reorderStart after the last code point with cc<=1 if there is one.
202 reorderStart=codePointLimit;
250 reorderStart=limit;
271 reorderStart=limit+length;
273 reorderStart=limit+1; // Ok if not a code point boundary.
314 reorderStart=limit;
330 reorderStart=limit;
335 reorderStart
[all...]
/third_party/node/deps/icu-small/source/common/
H A 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()
202 * TODO: Revisit whether it makes sense to track reorderStart.
206 * In other words, reorderStart speeds up the insertion of a combining mark
228 char16_t *start, *reorderStart, *limit; member in ReorderingBuffer
H A Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start),
192 reorderStart=start;
198 // Set reorderStart after the last code point with cc<=1 if there is one.
202 reorderStart=codePointLimit;
250 reorderStart=limit;
271 reorderStart=limit+length;
273 reorderStart=limit+1; // Ok if not a code point boundary.
314 reorderStart=limit;
330 reorderStart=limit;
335 reorderStart
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A 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()
202 * TODO: Revisit whether it makes sense to track reorderStart.
206 * In other words, reorderStart speeds up the insertion of a combining mark
228 UChar *start, *reorderStart, *limit; member in ReorderingBuffer
H A Dnormalizer2impl.cpp174 start(str.getBuffer(8)), reorderStart(start), limit(start),
192 reorderStart=start;
198 // Set reorderStart after the last code point with cc<=1 if there is one.
202 reorderStart=codePointLimit;
250 reorderStart=limit;
271 reorderStart=limit+length;
273 reorderStart=limit+1; // Ok if not a code point boundary.
314 reorderStart=limit;
330 reorderStart=limit;
335 reorderStart
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds