OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPositionInCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/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/
rbbi.cpp
291
fPositionInCache
= 0;
584
if (
fPositionInCache
< fNumCachedBreakPositions - 1) {
585
++
fPositionInCache
;
586
int32_t pos = fCachedBreakPositions[
fPositionInCache
];
614
if (
fPositionInCache
> 0) {
615
--
fPositionInCache
;
618
if (
fPositionInCache
<= 0) {
621
int32_t pos = fCachedBreakPositions[
fPositionInCache
];
712
fPositionInCache
= 0;
714
while (offset >= fCachedBreakPositions[
fPositionInCache
]) {
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
rbbi.h
141
int32_t
fPositionInCache
;
/external/icu4c/common/unicode/
rbbi.h
141
int32_t
fPositionInCache
;
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 57 milliseconds