Home | History | Annotate | Download | only in common

Lines Matching full:windowuse

135      * windowUse[] keeps track of the use of the dynamic windows:
143 int8_t windowUse[8];
180 uprv_memcpy(scsu->windowUse, initialWindowUse_ja, 8);
183 uprv_memcpy(scsu->windowUse, initialWindowUse, 8);
907 windowUse[scsu->nextWindowUseIndex];
916 * windowUse[] and nextWindowUseIndex for the algorithm to choose
924 * up in windowUse[] to nextWindowUseIndex-1
935 } while(scsu->windowUse[i]!=window);
937 /* now copy each windowUse[i+1] to [i] */
943 scsu->windowUse[i]=scsu->windowUse[j];
949 scsu->windowUse[i]=window;