Home
last modified time | relevance | path

Searched refs:nextWindowUseIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java130 * At nextWindowUseIndex there is the least recently used window,
133 * At nextWindowUseIndex-1 there is the most recently used window.
136 byte nextWindowUseIndex; field in CharsetSCSU.SCSUData
157 this.nextWindowUseIndex = 0; in initialize()
707 byte windowValue = data.windowUse[data.nextWindowUseIndex]; in getNextDynamicWindow()
708 if(++data.nextWindowUseIndex==8){ in getNextDynamicWindow()
709 data.nextWindowUseIndex=0; in getNextDynamicWindow()
717 i = data.nextWindowUseIndex; in useDynamicWindow()
729 while(j!=data.nextWindowUseIndex){ in useDynamicWindow()
/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp139 * At nextWindowUseIndex there is the least recently used window,
142 * At nextWindowUseIndex-1 there is the most recently used window.
145 int8_t nextWindowUseIndex; member
180 scsu->nextWindowUseIndex=0; in _SCSUReset()
910 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; in getNextDynamicWindow()
911 if(++scsu->nextWindowUseIndex==8) { in getNextDynamicWindow()
912 scsu->nextWindowUseIndex=0; in getNextDynamicWindow()
919 * windowUse[] and nextWindowUseIndex for the algorithm to choose
927 * up in windowUse[] to nextWindowUseIndex-1 in useDynamicWindow()
933 i=scsu->nextWindowUseIndex; in useDynamicWindow()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp139 * At nextWindowUseIndex there is the least recently used window,
142 * At nextWindowUseIndex-1 there is the most recently used window.
145 int8_t nextWindowUseIndex; member
180 scsu->nextWindowUseIndex=0; in _SCSUReset()
910 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; in getNextDynamicWindow()
911 if(++scsu->nextWindowUseIndex==8) { in getNextDynamicWindow()
912 scsu->nextWindowUseIndex=0; in getNextDynamicWindow()
919 * windowUse[] and nextWindowUseIndex for the algorithm to choose
927 * up in windowUse[] to nextWindowUseIndex-1 in useDynamicWindow()
933 i=scsu->nextWindowUseIndex; in useDynamicWindow()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp139 * At nextWindowUseIndex there is the least recently used window,
142 * At nextWindowUseIndex-1 there is the most recently used window.
145 int8_t nextWindowUseIndex; member
180 scsu->nextWindowUseIndex=0; in _SCSUReset()
910 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; in getNextDynamicWindow()
911 if(++scsu->nextWindowUseIndex==8) { in getNextDynamicWindow()
912 scsu->nextWindowUseIndex=0; in getNextDynamicWindow()
919 * windowUse[] and nextWindowUseIndex for the algorithm to choose
927 * up in windowUse[] to nextWindowUseIndex-1 in useDynamicWindow()
933 i=scsu->nextWindowUseIndex; in useDynamicWindow()
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 8 milliseconds