OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlePrevious
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
rbbi.h
660
int32_t
handlePrevious
(const RBBIStateTable *statetable);
/external/icu4c/common/
rbbi.cpp
577
result =
handlePrevious
(fData->fReverseTable);
585
// set things up.
handlePrevious
() will back us up to some valid
587
// iterator up one step to prevent
handlePrevious
() from returning
595
int32_t lastResult =
handlePrevious
(fData->fReverseTable);
622
// tag value. But, if
handlePrevious
() took us to exactly the correct result positon,
691
//
handlePrevious
will move most of the time to < 1 boundary away
692
handlePrevious
(fData->fSafeRevTable);
722
// otherwise, we have to sync up first. Use
handlePrevious
() to back
829
handlePrevious
(fData->fSafeRevTable);
[
all
...]
Completed in 87 milliseconds