OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPositionInCache
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
rbbi.cpp
261
fPositionInCache
= 0;
523
if (
fPositionInCache
< fNumCachedBreakPositions - 1) {
524
++
fPositionInCache
;
525
int32_t pos = fCachedBreakPositions[
fPositionInCache
];
553
if (
fPositionInCache
> 0) {
554
--
fPositionInCache
;
557
if (
fPositionInCache
<= 0) {
560
int32_t pos = fCachedBreakPositions[
fPositionInCache
];
651
fPositionInCache
= 0;
653
while (offset >= fCachedBreakPositions[
fPositionInCache
]) {
[
all
...]
/external/icu4c/common/unicode/
rbbi.h
141
int32_t
fPositionInCache
;
Completed in 1711 milliseconds