OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevboundary
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
normalizer2impl.cpp
421
const UChar *
prevBoundary
=src;
460
prevBoundary
=src;
479
prevBoundary
=src;
484
return
prevBoundary
; // "no" or cc out of order
908
*
prevBoundary
points to the last character before the current one
910
* Keeping track of
prevBoundary
saves us looking for a composition boundary
913
* When we back out from prevSrc back to
prevBoundary
,
916
* Therefore, at all times, the [
prevBoundary
..prevSrc[ source units
919
const UChar *
prevBoundary
=src;
928
if(
prevBoundary
<src)
[
all
...]
Completed in 219 milliseconds