OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reorderStart
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
normalizer2impl.h
98
start(NULL),
reorderStart
(NULL), limit(NULL),
137
reorderStart
=limit;
151
reorderStart
=limit=newLimit;
155
s.setTo(
reorderStart
, (int32_t)(limit-
reorderStart
));
159
* TODO: Revisit whether it makes sense to track
reorderStart
.
163
* In other words,
reorderStart
speeds up the insertion of a combining mark
185
UChar *start, *
reorderStart
, *limit;
normalizer2impl.cpp
47
reorderStart
=start;
53
// Set
reorderStart
after the last code point with cc<=1 if there is one.
57
reorderStart
=codePointLimit;
79
reorderStart
=limit;
100
reorderStart
=limit+length;
102
reorderStart
=limit+1; // Ok if not a code point boundary.
140
reorderStart
=limit;
156
reorderStart
=limit;
161
reorderStart
=limit=start;
175
reorderStart
=limit
[
all
...]
Completed in 159 milliseconds