OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextWindowUseIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java
130
* At
nextWindowUseIndex
there is the least recently used window,
133
* At
nextWindowUseIndex
-1 there is the most recently used window.
136
byte
nextWindowUseIndex
;
157
this.
nextWindowUseIndex
= 0;
703
byte windowValue = data.windowUse[data.
nextWindowUseIndex
];
704
if(++data.
nextWindowUseIndex
==8){
705
data.
nextWindowUseIndex
=0;
713
i = data.
nextWindowUseIndex
;
725
while(j!=data.
nextWindowUseIndex
){
[
all
...]
/external/icu/icu4c/source/common/
ucnvscsu.c
137
* At
nextWindowUseIndex
there is the least recently used window,
140
* At
nextWindowUseIndex
-1 there is the most recently used window.
143
int8_t
nextWindowUseIndex
;
178
scsu->
nextWindowUseIndex
=0;
[
all
...]
Completed in 162 milliseconds